lume/apps/desktop2/postcss.config.cjs

7 lines
83 B
JavaScript
Raw Normal View History

2024-02-11 02:30:18 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};