Files
static-cms/packages/app/postcss.config.js
Daniel Lautzenheiser 66b81e9228 feat: ui overhaul (#676)
2023-03-30 13:29:09 -04:00

8 lines
114 B
JavaScript

module.exports = {
plugins: {
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
},
};