sasslib
v0.2.1
Published
Sasslib is a minimalistic sass util library for fast dev and tidy codebase.
Downloads
88
Readme
Sasslib
Sasslib is a minimalistic sass util library for fast dev and tidy codebase.
minimalistic?
All other sass libraries have a lots of unneccessary mixins, and own configs. Sasslib doesn't block dive in to code and doesn't choose sass way than native for nothing. Sasslib mixins can get own configs as parameter but when it didn't exist try detect:
- editable own config variable
- bootstrap 4 variables
- bootstrap 3 variables otherwise uses static initial value
so if you use bootstrap grid in your project you don't need to integrate with it.
Usage
Sasslib don't insert any code unless you inclede any mixin, function or placeholder.
NPM
npm install sasslib --save
@import "../path/to/node_modules/sasslib.scss";
// then you can consume frome whole file and its' imports
Clone repo
clone or download this repostory files
git clone https://github.com/mkg0/sasslib.git
Include them in your project's source files and @import from root of your stylesheets.
@import "path/sasslib/sasslib.scss";
// then you can consume frome whole file and its' imports