1.0.6 • Published 6 years ago
spot-css-fwk v1.0.6

This is the official repository of SPOT CSS framework and Single Place Of Truth Methodology.
Handle your styles properly!
Powered by SASS/SCSS.
Install instructions
Run $ npm i --save-dev spot-css-fwk to install SPOT CSS package.
Include line @import "./node_modules/spot-css-fwk/index"; into your SCSS/SASS files.
For contributors
Development instructions
Run $ npm run test to run tests once.
Run $ npm run test:watch to develop and see the tests result live.
Run $ npm run doc to build and open in browser documentation for developers (sassdoc).
If you have not installed sassdoc, run $ npm install -g sassdoc at first.
Run $ npm run doc:build to just rebuild SASS documentation or $ npm run doc:view to open it in browser.