33843/frontend/postcss.config.js
2025-09-03 10:45:51 +00:00

10 lines
162 B
JavaScript

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