deemix-webui/postcss.config.js

7 lines
74 B
JavaScript
Raw Normal View History

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