system.css
v0.5.3
Published
A minimal CSS boilerplate based on PostCSS, postcss-grid-system, postcss-grid-fluid, postcss-typescale, postcss-button
Maintainers
Readme
system.css
francoisromain.github.io/system.css/
A minimal CSS boilerplate
System.css consists of a css utility library and a few postcss plugins.
Installation
Clone this repo
$ git clone https://github.com/francoisromain/system.css.gitInstall dependencies
$ npm installUsage
Compile CSS
$ npm run buildWatch, compile and livereload
$ npm devLint
$ npm test