Files
penx/postcss.config.js
2024-08-05 10:06:02 +08:00

9 lines
140 B
JavaScript

module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
};