comicbox/postcss.config.js

7 lines
95 B
JavaScript
Raw Normal View History

module.exports = {
2022-07-25 17:31:20 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};