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
I've added tailwindCSS.includeLanguages: {"elm": "html"} to the configuration, but it still doesn't recognize when I start editing class attribute in the Elm file.
In Elm, class attribute is usually added using class "...." syntax, not class="...". If I type class="..." then it opens suggestion list. However, this is not a valid Elm code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've added
tailwindCSS.includeLanguages: {"elm": "html"}
to the configuration, but it still doesn't recognize when I start editing class attribute in the Elm file.In Elm, class attribute is usually added using
class "...."
syntax, notclass="..."
. If I typeclass="..."
then it opens suggestion list. However, this is not a valid Elm code.Beta Was this translation helpful? Give feedback.
All reactions