notea/postcss.config.js

7 lines
95 B
JavaScript
Raw Normal View History

2021-02-15 12:59:00 +03:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};