33423/frontend/postcss.config.js
2025-08-16 10:25:00 +00:00

9 lines
159 B
JavaScript

/* eslint-env node */
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
}
}