-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Tailwind Prefix, Improve Build System in Dev, Minor Spacing and C…
…ircuit JSON viewer fixes (#149) * rely only on built css * checkpoint shadcn w/ prefix added * add radius to base * checkpoint, issues w/ circuit json and bom * fix circuit json table * improve spacing on dropdown * tailwind config
- Loading branch information
Showing
24 changed files
with
313 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"$schema": "https://ui.shadcn.com/schema.json", | ||
"style": "new-york", | ||
"rsc": false, | ||
"tsx": true, | ||
"tailwind": { | ||
"config": "tailwind.config.js", | ||
"css": "index.css", | ||
"baseColor": "neutral", | ||
"cssVariables": false, | ||
"prefix": "rf-" | ||
}, | ||
"aliases": { | ||
"components": "lib/components", | ||
"utils": "lib/utils", | ||
"ui": "lib/components/ui", | ||
"lib": "lib", | ||
"hooks": "lib/hooks" | ||
}, | ||
"iconLibrary": "lucide" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.