https://github.com/visualdenniss/css_reset
Minimal, modern css reset to include projects
https://github.com/visualdenniss/css_reset
Last synced: about 1 year ago
JSON representation
Minimal, modern css reset to include projects
- Host: GitHub
- URL: https://github.com/visualdenniss/css_reset
- Owner: visualdenniss
- Created: 2023-04-28T20:44:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T21:05:14.000Z (about 3 years ago)
- Last Synced: 2025-02-04T15:49:27.823Z (over 1 year ago)
- Language: CSS
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# A modern CSS reset by https://github.com/Andy-set-studio/modern-css-reset



[](https://opensource.org/licenses/MIT)
A tiny little reset that you can use as the basis of your CSS projects. You can read a [breakdown of it here](https://hankchizljaw.com/wrote/a-modern-css-reset/).
## Installation
NPM:
```console
npm install --save-dev modern-css-reset
```
Yarn:
```console
yarn add modern-css-reset
```
Unpkg CDN:
```html
```
jsDelivr CDN:
```html
```
### Manual installation
First, let's clone this repository:
```console
git clone https://github.com/hankchizljaw/modern-css-reset.git
```
Then, go to `modern-css-reset` directory:
```console
cd modern-css-reset
```
And now, you can minify and move the main reset to the `dist` by running:
```console
npm run build
```
That's it! 🎉
## License
MIT