KC's Workspace
    Preparing search index...

    Module @kcstyles/reset.css - v0.1.0

    @kcstyles/reset.css

    A CSS reset for consistent styling across browsers.

    pnpm add @kcstyles/reset.css
    

    Import the reset style sheet at the entry point of your project, before any other styles:

    @import "@kcstyles/reset.css";
    
    import "@kcstyles/reset.css";
    
    <link rel="stylesheet" href="node_modules/@kcstyles/reset.css/dist/index.css" />