fix: update ddev to include all tailwind css styles
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module.exports = {
|
||||
module.exports = (ctx) => ({
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
// Only run autoprefixer in production
|
||||
autoprefixer: ctx.env === 'production' ? {} : false,
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user