mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Factorise Button and Input components
This commit is contained in:
Vendored
+5
-1
@@ -53,5 +53,9 @@
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"css.lint.unknownAtRules": "ignore",
|
||||
"tailwindCSS.experimental.classRegex": ["[a-zA-Z]*ClassName=\"([^\"]+)\""]
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["[a-zA-Z]*ClassName=\"([^\"]+)\""],
|
||||
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
||||
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user