Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomaszzmudzinski/1bf5e8ba109992da335d9a0f9d47d2f0 to your computer and use it in GitHub Desktop.
Save tomaszzmudzinski/1bf5e8ba109992da335d9a0f9d47d2f0 to your computer and use it in GitHub Desktop.
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "app/globals.css",
"baseColor": "zinc",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment