1.0.1 • Published 12 months ago

@perezpujantealejandro/css-reset v1.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
12 months ago

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.

1.0.1

12 months ago

1.0.0

12 months ago