Skip to content

Commit

Permalink
Merge pull request #2 from Vatsim-Scandinavia/new-nav
Browse files Browse the repository at this point in the history
New nav
  • Loading branch information
bjerrecs authored Jul 3, 2024
2 parents bce7058 + af5af2d commit eeae3d0
Show file tree
Hide file tree
Showing 13 changed files with 944 additions and 42 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), react()]
integrations: [tailwind({ applyBaseStyles: false}), react()]
});
17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "./src/global.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit eeae3d0

Please sign in to comment.