34475/frontend/postcss.config.js
2025-09-29 09:00:36 +00:00

9 lines
159 B
JavaScript

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