35257/frontend/postcss.config.js
2025-10-26 17:46:48 +00:00

9 lines
159 B
JavaScript

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