[Tailwind-Intellisense] ClojureScript support #13526
Closed
SergejGleithmann
started this conversation in
Ideas
Replies: 1 comment
-
Well, turns out this already has been asked and partly answered here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to have ClojureScript support for this extension. Afaik it would only have to scan for
[:<html-tag>.<tw-class>.<tw-class>...]
or[:<html-tag> {... :class <html-class-list> ...}...]
. So tw-classes can only apperar connected with.
after a symbol version of an html-tag (e.g.:a
or:div
) or inside such an html elment within curly bracets after a:class
symbol. What do you think?Beta Was this translation helpful? Give feedback.
All reactions