selfservice/postcss.config.js

7 lines
89 B
JavaScript

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