plane/apps/space/postcss.config.js

8 lines
114 B
JavaScript
Raw Normal View History

2023-08-08 07:25:42 +00:00
module.exports = {
plugins: {
2023-08-31 18:52:50 +00:00
"tailwindcss/nesting": {},
2023-08-08 07:25:42 +00:00
tailwindcss: {},
autoprefixer: {},
},
};