29790-local/frontend/postcss.config.js
2025-03-12 09:13:34 +00:00

9 lines
159 B
JavaScript
Executable File

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