Files
plane/apps/space/postcss.config.js
T
8a95a41100 feat: Converting space app to pages dir (#2052)
Co-authored-by: Bavisetti Narayan <[email protected]>
Co-authored-by: NarayanBavisetti <[email protected]>
Co-authored-by: Bavisetti Narayan <[email protected]>
Co-authored-by: Nikhil <[email protected]>
Co-authored-by: M. Palanikannan <[email protected]>
Co-authored-by: Lakhan Baheti <[email protected]>
Co-authored-by: Dakshesh Jain <[email protected]>
Co-authored-by: Aaryan Khandelwal <[email protected]>
2023-09-01 16:42:30 +05:30

8 lines
114 B
JavaScript

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