芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/wp-content/plugins/leco-client-portal/postcss.config.js
const cssnanoConfig = { preset: [ 'default', { discardComments: { removeAll: true } } ], }; module.exports = ( { env } ) => ( { plugins: { 'postcss-nested': {}, 'postcss-import': {}, 'tailwindcss/nesting': {}, tailwindcss: {}, autoprefixer: { grid: true }, cssnano: env === 'production' ? cssnanoConfig : false, }, } );