10
packages/pl-fe/postcss.config.cjs
Normal file
10
packages/pl-fe/postcss.config.cjs
Normal file
@ -0,0 +1,10 @@
|
||||
/** @type {import('postcss-load-config').ConfigFn} */
|
||||
const config = ({ env }) => ({
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
cssnano: env === 'production' ? {} : false,
|
||||
},
|
||||
});
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user