README
Pluche Utilities
The Pluche Library with JS, Scss and HTML utilities.
Installation
Using npm:
$ npm install -i --save pluche
Usage
Styles
In scss files:
// load everything
@import './node_modules/pluche/index.scss';
// OR
// available scss utils
@import './node_modules/pluche/styles/global.scss';
@import './node_modules/pluche/styles/placement.scss';
@import './node_modules/pluche/styles/spacing.scss';