el.xwx.moe/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2023-01-22 15:39:35 -06:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-12-29 11:21:22 -06:00
};