halo/console/postcss.config.js

7 lines
83 B
Java
Raw Normal View History

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};