starter-blog/postcss.config.js

7 lines
89 B
JavaScript
Raw Normal View History

2021-01-09 10:50:45 +01:00
module.exports = {
plugins: {
'@tailwindcss/jit': {},
2021-01-09 10:50:45 +01:00
autoprefixer: {},
},
}