You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Enable class name completions when using Emmet-style syntax, for example `div.bg-red-500.uppercase`."
64
64
},
65
65
"tailwindCSS.includeLanguages": {
66
66
"type": "object",
67
-
"default": {}
67
+
"default": {},
68
+
"description": "Enable features in languages that are not supported by default. Add a mapping here between the new language and an already supported language.\n E.g.: `{\"plaintext\": \"html\"}`"
0 commit comments