mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 08:05:19 +00:00
22a68a71c4
* fix card clickthrough * better checkbox empty states * add card bg * fix keynav styles search * add v1 style for search scope * scope mobile defensive css * Update src/components/Search/SearchResults.tsx --------- Co-authored-by: Samy Pessé <samypesse@gmail.com>
12 lines
415 B
JSON
12 lines
415 B
JSON
{
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["Style \\=([^;]*);", "'([^']*)'"],
|
|
["Style \\=([^;]*);", "\"([^\"]*)\""],
|
|
["Style \\=([^;]*);", "\\`([^\\`]*)\\`"],
|
|
["style \\=([^;]*);", "'([^']*)'"],
|
|
["style \\=([^;]*);", "\"([^\"]*)\""],
|
|
["style \\=([^;]*);", "\\`([^\\`]*)\\`"]
|
|
],
|
|
"tailwindCSS.classAttributes": ["class", "className", "style", ".*Style"]
|
|
}
|