selfservice/postcss.config.js

7 lines
89 B
JavaScript
Raw Permalink Normal View History

2021-02-20 17:43:02 +00:00
module.exports = {
plugins: {
2021-03-31 15:13:57 +00:00
'@tailwindcss/jit': {},
2021-02-20 17:43:02 +00:00
autoprefixer: {},
},
}