33510/frontend/postcss.config.js
2025-08-20 12:27:02 +00:00

9 lines
159 B
JavaScript

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