@s.a.g.a/reset-css
v0.2.0
Published
A CSS reset library for building static websites without UI frameworks
Maintainers
Readme
@s.a.g.a/reset-css
A CSS reset library for building static websites without UI frameworks.
This is my personal CSS reset library, designed for use when writing CSS without UI frameworks to create static websites.
Installation
npm install @s.a.g.a/reset-cssWindows PowerShell:
npm install "@s.a.g.a/reset-css"Usage
Using with CSS/SCSS
With @import:
@import "@s.a.g.a/reset-css";
/* Write your styles here */
.your-styles {
/* ... */
}With Dart Sass (@use):
@use "@s.a.g.a/reset-css";
/* Write your styles here */
.your-styles {
/* ... */
}Using with JavaScript/TypeScript
import "@s.a.g.a/reset-css";Contributing
Bug reports and feature requests are welcome! Please feel free to open an issue on Issues.
License
MIT License - See LICENSE file for details.
Author
saga-web-engineer
- GitHub: @saga-web-engineer
Made with ❤️ for better web development experience.
