1
0
Fork 0
mirror of https://github.com/Blah-IM/Weblah.git synced 2025-05-19 08:31:10 +00:00
Weblah/postcss.config.js
Shibo Lyu a6b8910b8e init
2024-08-28 17:08:32 +08:00

6 lines
73 B
JavaScript

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