update readme
recreate web - now using tailwind instead of unocss - created theme/design system - created first components - add first sections/content
This commit is contained in:
7
web/.vscode/settings.json
vendored
7
web/.vscode/settings.json
vendored
@@ -1,3 +1,8 @@
|
||||
{
|
||||
"typescript.inlayHints.parameterNames.enabled": "all"
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
[
|
||||
"cva\\(([^)]*)\\)",
|
||||
"[\"'`]([^\"'`]*).*?[\"'`]"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user