34916/frontend/postcss.config.js
2025-10-13 07:16:00 +00:00

10 lines
162 B
JavaScript

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