plane/web/postcss.config.js
2023-09-28 20:25:31 +05:30

9 lines
140 B
JavaScript

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