- also bumped tailwind to 4.x - updated postcss to match
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('postcss-import'),
|
||||
require('tailwindcss'),
|
||||
require('autoprefixer'),
|
||||
...(process.env.JEKYLL_ENV == "production"
|
||||
? [require('cssnano')({ preset: 'default' })]
|
||||
: [])
|
||||
]
|
||||
};
|
||||
plugins: {
|
||||
'@tailwindcss/postcss': {},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user