0.0.3 • Published 1 year ago

@xunserver/postcss-config v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

功能

整合常见的 postcss 配置,目前具有下面功能。

  • autoprefix
  • postcss-normalize
  • flex-bug-fix

安装

npm i -D @xunserver/postcss-config 或者使用@xunserver/cli 中 xs add postcss

使用

// .postcssrc.js
module.exports = {
  plugins: [...require('@xunserver/postcss-config').plugins],
};