31187/frontend/postcss.config.js
2025-05-02 16:42:07 +00:00

10 lines
162 B
JavaScript

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