1
0
Fork 0
freesewing/packages/studio/template/postcss.config.js

7 lines
93 B
JavaScript
Raw Normal View History

2025-04-21 18:20:52 +02:00
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}