https://github.com/zemd/css-reset
Simple and minimal CSS reset for modern web development.
https://github.com/zemd/css-reset
css css-reset
Last synced: about 2 months ago
JSON representation
Simple and minimal CSS reset for modern web development.
- Host: GitHub
- URL: https://github.com/zemd/css-reset
- Owner: zemd
- License: apache-2.0
- Created: 2024-02-25T09:01:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T19:33:17.000Z (about 1 year ago)
- Last Synced: 2025-01-13T03:44:49.496Z (3 months ago)
- Topics: css, css-reset
- Language: CSS
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @zemd/css-reset
[](https://npmjs.com/package/@zemd/css-reset)
Simple and minimal CSS reset for modern web development.
## Installation
```sh
bun add @zemd/css-reset
npm install @zemd/css-reset
pnpm add @zemd/css-reset
```## Usage
```css
@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:
```js
// tailwind.config.js
module.exports = {
// ...
corePlugins: {
preflight: false,
},
}
```## License
All the code in the repository released under the Apache 2.0 license
## Donate
[](https://www.patreon.com/red_rabbit)
[](https://u24.gov.ua/)