1.0.5 • Published 8 years ago
@superflycss/task-build v1.0.5
Build task
Gulp PostCSS build task for superflycss modules. The build task builds css files in src/main/css and src/test/css and outputs the result files to target/main/css and target/test/css correspondingly. See the Build Task PostCSS Plugins list for a list of plugins currently supported.
Installation
See Installation.
Usage
See Usage
Plugins
| Plugin Name | Plugin URL |
|---|---|
| autoprefixer | https://github.com/postcss/autoprefixer |
| postcss-import | https://github.com/postcss/postcss-import |
| postcss-apply | https://github.com/pascalduez/postcss-apply |
| postcss-calc | https://github.com/postcss/postcss-calc |
| postcss-color-function | https://github.com/postcss/postcss-color-function |
| postcss-custom-media | https://github.com/postcss/postcss-custom-media |
| postcss-custom-properties | https://github.com/postcss/postcss-custom-properties |
| postcss-each | https://github.com/outpunk/postcss-each |
| postcss-font-magician | https://github.com/jonathantneal/postcss-font-magician |
| postcss-for | https://github.com/antyakushev/postcss-for |
| postcss-reporter | https://github.com/postcss/postcss-reporter |
| postcss-sass-color-functions | https://github.com/adam-h/postcss-sass-color-functions |