0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/packages/tailwind-config-custom/postcss.config.js

8 lines
114 B
JavaScript
Raw Normal View History

2023-09-13 07:20:04 +00:00
module.exports = {
plugins: {
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
};