mirror of
https://github.com/evroon/bracket.git
synced 2025-12-24 06:39:02 -05:00
Use https://github.com/shuding/nextra and https://github.com/leoMirandaa/shadcn-landing-page instead of Docusaurus.
7 lines
92 B
JavaScript
7 lines
92 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|