0
0
mirror of https://github.com/sammwyy/MikuMikuBeam.git synced 2025-06-30 18:43:01 +00:00
MikuMikuBeam/postcss.config.js
2025-01-20 01:08:36 -03:00

7 lines
81 B
JavaScript

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