Skip to content

how to add postCss plugin,please tell me details of it #339

Description

@LarsAlexand

Require in cfg/base.js

...
postcss: function () {
return [
require('autoprefixer')({
browsers: ['last 2 versions', 'ie >= 8']
})
];
}
...
npm install autoprefixer --save-dev

its not work for me~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions