0.1.2 • Published 8 years ago

fis3-parser-postcss v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

fis3-parser-postcss

A postcss plugin for fis3.

Installation

npm install fis3-parser-postcss --save-dev

Example fis3 Config

var autoprefixer = require('autoprefixer')
fis
    .media('dev')
    .match('*.css', {
        parser: fis.plugin("postcss", { plugin: [
            autoprefixer
        ]})
    })
params

It need a options that contains a array of the postcss plugin list.

{ plugin: [
    autoprefixer
]}
0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

9 years ago