lewisdale.dev/postcss.config.js
Lewis Dale e0c315d837
Some checks failed
Build and copy to prod / build-and-copy (push) Has been cancelled
Upgrade to Eleventy 3.0.0
2024-10-06 12:36:54 +01:00

11 lines
217 B
JavaScript

export default {
plugins: {
'postcss-import-ext-glob': {},
'postcss-import': {},
'tailwindcss/nesting': {},
'postcss-nested': {},
tailwindcss: {},
autoprefixer: {},
cssnano: { preset: 'default' }
},
};