@smashweaver/resetcss
v1.0.2
Published
A CSS reset for modern web applications.
Downloads
70
Readme
@smashweaver/resetcss
A Modern CSS Reset, repackaged for easy use in your projects.
Installation
You can install this package via npm.
npm install @smashweaver/resetcss
Usage with Nextjs
To use the reset styles in your project, import the CSS file in your globals.css
@import "@smashweaver/resetcss";
Acknowledgments
This project is a repackaging of A Modern CSS Reset to simplify integration with frameworks like Nextjs.