-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I tried adding postcss-clean to the config.js doesn't seem to work..what am i missing.
const purgecss = require('@fullhuman/postcss-purgecss');
const clean = require('postcss-clean');
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
process.env.NODE_ENV === 'production' &&
purgecss({
content: ['./**/*.html'],
}),
require('postcss-nested'),
require('postcss-clean'),
],
};
Metadata
Metadata
Assignees
Labels
No labels