1
0
Fork 0
mirror of https://github.com/Blah-IM/Weblah.git synced 2025-05-18 16:11:09 +00:00
Weblah/postcss.config.js
2025-03-17 00:25:07 +08:00

5 lines
65 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
}
};