ToolJet/docs/postcss.config.js

6 lines
92 B
JavaScript
Raw Normal View History

2024-08-26 07:33:01 +00:00
module.exports = {
2024-09-23 11:07:29 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};