Skip to content

Commit

Permalink
Merge pull request #1 from opendatateam/tailwind
Browse files Browse the repository at this point in the history
tailwind
  • Loading branch information
geoffreyaldebert authored Dec 2, 2024
2 parents 08bdbd3 + b0dd14f commit b3404bf
Show file tree
Hide file tree
Showing 17 changed files with 1,946 additions and 666 deletions.
18 changes: 18 additions & 0 deletions frontend/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "default",
"typescript": true,
"tsConfigPath": "./tsconfig.json",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"framework": "vite",
"aliases": {
"components": "@/components",
"utils": "@/utils"
}
}
Loading

0 comments on commit b3404bf

Please sign in to comment.