0.0.1-beta • Published 2 years ago
sass-tool-light v0.0.1-beta
A Lightweight Sass Tool
sass-tool-light is a library of Sass mixins and functions that are designed to make you a more efficient style sheet author.
It is…
- Dependency-free: It is pure Sass.
- Human-readable: We aim for clarity over brevity.
- Lightweight: Zero output post-install and has no visual opinion.
Helpful Links
Installation
npm install --save ssass-tool-light
```
1. Import sass-tool-light into your Sass files:
```scss
@import "sass-tool-light";
```
0.0.1-beta
2 years ago