keywind/postcss.config.js

8 lines
100 B
JavaScript
Raw Normal View History

2021-07-05 11:40:00 +00:00
module.exports = {
plugins: {
autoprefixer: {},
cssnano: {},
tailwindcss: {},
},
};