mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
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"]
|
|
}
|