A bundle of PostCSS plugins.
npm install postcss-structure[![npm version][npm-img]][npm] [![Build Status][ci-img]][ci] [![Dependency Status][dep-img]][dep]
[francoisromain.github.io/postcss-structure][github.io]
A bundle of [PostCSS] plugins including:
- postcss-typescale
- postcss-grid-system
- postcss-grid-fluid
- postcss-button
[github.io]: http://francoisromain.github.io/postcss-structure
[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/francoisromain/postcss-structure.svg
[ci]: https://travis-ci.org/francoisromain/postcss-structure
[npm-img]: https://badge.fury.io/js/postcss-structure.svg
[npm]: https://badge.fury.io/js/postcss-structure
[dep-img]: https://david-dm.org/francoisromain/postcss-structure.svg
[dep]: https://david-dm.org/francoisromain/postcss-structure
*
Install the npm package:
$ npm install postcss-structure --save-dev
Require the PostCSS plugin:
`` js``
postcss([ require('postcss-structure') ])
See PostCSS docs to setup with Gulp, Grunt, Webpack, npm scripts…
*
To-do
*
Refer to each plugin documentation:
- postcss-typescale
- postcss-grid-system
- postcss-grid-fluid
- postcss-button