0.0.4 • Published 1 year ago

@zemd/css-reset v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@zemd/css-reset

npm

Simple and minimal CSS reset for modern web development.

Installation

bun add @zemd/css-reset
npm install @zemd/css-reset
pnpm add @zemd/css-reset

Usage

@layer reset;
@import "@zemd/css-reset" layer(reset);
/* @import @zemd/css/extra.css  layer(reset); */ /* - imports additional styles that were not included in the default reset file */

Note: when using @zemd/reset-css with Tailwind you might also want to disable preflight styles:

// tailwind.config.js
module.exports = {
  // ...
  corePlugins: {
    preflight: false,
  },
}

License

All the code in the repository released under the Apache 2.0 license

Donate

npm.io npm.io

0.0.3

1 year ago

0.0.2

1 year ago

0.0.4

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago