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
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
Uh oh!
There was an error while loading. Please reload this page.
-
https://sycamore-rs.netlify.app/docs/v0.8/basics/view
The sycamore rust crate allows you to write DOM elements using a DSL embedded in a rust macro.
Elements declared in that macro can include attributes, and in particular interest for the tailwind intellisense plugin, is the
class
attribute:I noticed that among the "js" languages you already support non-JS languages:
Would it make sense to add support
sycamore
?Or is this something that can be approximated with
tailwindCSS.experimental.classRegex
?Beta Was this translation helpful? Give feedback.
All reactions