PostCSS功能CSS
PostCSS Functional CSS是PostCSS插件,可帮助生成功能CSS。
为什么
为什么不? 纯娱乐! 因为PostCSS可以实现。 因为炒作。 只是因为。
我决定创建此插件的主要原因是因为有了它,我想更快地创建功能CSS。 同时,我希望能够随时随地针对每个项目轻松调整CSS。
入门
npm i postcss postcss-functional-css
const config = require ( 'postcss-functional-css-config' ) ;
postcss ( [
require ( 'postcss-functional-css' ) ( config )
] )
配置示例:
module.exports = {
globalStyles: true,
cssModules: fa
1