mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
84e38d47aa
* add flags-playground * clarify * move * update lockfile
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
const config = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
},
|
|
};
|
|
|
|
export default config;
|