@perezpujantealejandro/css-reset
v1.0.1
Published
CSS reset I use for my projects.
Downloads
2
Maintainers
Readme
My CSS Reset
This is a CSS reset that I use in my projects. It's mostly based on different sources that I've found on the internet and that I've used in the past.
Installation
You can install this package using npm:
npm install @perezpujantealejandro/css-reset
Usage
By default, the raw CSS file is imported. This is the file that you should use if you're using a bundler like Vite.
@import "@perezpujantealejandro/css-reset";
If you're not using a bundler, you can import the minified CSS file:
@import "@perezpujantealejandro/css-reset/minified";
License
This project is licensed under the MIT License — see the LICENSE file for details.