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

5 lines
65 B
JavaScript

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