31208/frontend/postcss.config.js
2025-05-03 16:08:28 +00:00

10 lines
162 B
JavaScript

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