我想使用以下 postCSS 插件:
- postcssimport ( https://github.com/postcss/postcss-import )
- postcssnested ( https://github.com/postcss/postcss-nested )
- postcsssimplevars ( https://github.com/postcss/postcss-simple-vars )
- postcssmixins ( https://github.com/postcss/postcss-mixins )
- 自动前缀(https://github.com/postcss/autoprefixer)
- 丢失(https://github.com/peterramsing/lost)
- postcssflexibility ( https://github.com/7rulnik/postcss-flexibility )
但我不确定我应该把它们放在里面的顺序
postcss: function () {
return [postcssimport, postcssnested, ...];
}
有什么帮助吗?