Yt2Jelly/postcss.config.js
corenthin-lebreton 45d5343d61 first commit
2026-02-25 23:38:27 +01:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}