pillar-scss-utils
v0.1.1
Published
SCSS utility classes, mixins and functions.
Downloads
4
Readme
Pillar SCSS Utilities
A set of utility functions, mixins and placeholders to be used in SCSS.
Install
- Run
npm install pillar-scss-utils --save-dev
- Import the desired scss utils in your main scss file.
Docs
The documentation system used is: Sass Doc.
- Run
npm run docs
- Open
./sassdoc/index.html
Test
- Make sure you have installed the gem
scss-lint
- Run
npm run test