system.css
v0.5.3
Published
A minimal CSS boilerplate based on PostCSS, postcss-grid-system, postcss-grid-fluid, postcss-typescale, postcss-button
Downloads
20
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.git
Install dependencies
$ npm install
Usage
Compile CSS
$ npm run build
Watch, compile and livereload
$ npm dev
Lint
$ npm test