plane/apps/space/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2023-08-08 07:25:42 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};