Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdwz/more-modern-css-reset
A bare-bones CSS reset for modern web development and successor of the `modern-css-reset`
https://github.com/rdwz/more-modern-css-reset
css css-reset reset reset-css
Last synced: about 1 month ago
JSON representation
A bare-bones CSS reset for modern web development and successor of the `modern-css-reset`
- Host: GitHub
- URL: https://github.com/rdwz/more-modern-css-reset
- Owner: rdwz
- License: mit
- Created: 2023-11-05T11:48:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T03:45:11.000Z (about 1 year ago)
- Last Synced: 2024-11-30T16:11:48.491Z (2 months ago)
- Topics: css, css-reset, reset, reset-css
- Language: CSS
- Homepage: https://www.npmjs.com/package/more-modern-css-reset
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# A More Modern CSS Reset
![The Uncompressed size of this reset](https://img.badgesize.io/https://unpkg.com/more-modern-css-reset?label=Uncompressed%20Size)
![The GZIP size of this reset](https://img.badgesize.io/https://unpkg.com/more-modern-css-reset?compression=gzip&label=GZIP%20Size)
![The Brotli size of this reset](https://img.badgesize.io/https://unpkg.com/more-modern-css-reset?compression=brotli&label=Brotli%20Size)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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://andy-bell.co.uk/a-more-modern-css-reset/).
## Installation
NPM:
```sh
npm install --save-dev more-modern-css-reset
```PNPM:
```sh
pnpm install --save-dev more-modern-css-reset
```Yarn:
```sh
yarn add more-modern-css-reset
```Bun:
```sh
bun install --dev more-modern-css-reset
```Unpkg CDN:
```html
```
jsDelivr CDN:
```html
```
### Manual installation
First, let's clone this repository:
```sh
git clone https://github.com/rdwz/more-modern-css-reset.git
```Then, go to `more-modern-css-reset` directory:
```sh
cd more-modern-css-reset
```And now, you can minify and move the main reset to the `dist` by running:
```sh
npm run build
```That's it! 🎉
## License
MIT