DreadBin/frontend/postcss.config.js

7 lines
75 B
JavaScript
Raw Normal View History

2024-10-31 17:02:33 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};