29688/frontend/postcss.config.js
2025-03-07 08:01:54 +00:00

10 lines
162 B
JavaScript

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