fly-postcss
v1.2.0
Published
Postcss plugin for Fly.
Downloads
35
Readme
Usage
Check out the documentation to see the available options.
Install
npm install -D fly-postcssExample
export default function* () {
yield this
.source('src/*.css')
.postcss({
plugins: [
require('precss'),
require('autoprefixer')
],
options: {
parser: require('postcss-scss'),
from: 'a.css',
to: 'a.out.css'
}
})
.target('dist')
}License
MIT © morishitter et al
