1
0
Fork 0
freesewing/packages/studio/template/postcss.config.js
2025-04-23 16:46:23 +00:00

6 lines
93 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}