1
0
mirror of https://github.com/lumehq/lume.git synced 2025-03-17 13:22:05 +01:00
lume/postcss.config.cjs
2024-08-12 09:07:11 +07:00

7 lines
77 B
JavaScript

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