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
It would be great if emmet had built in support for custom properties / css variables.
I'm imagining something like c:v expanding to color: var(${1}), fz:v expanding to font-size: var(${1}) and so forth
I know I could add this in my own snippets.json, but AFAIK that would require me to add this for all css properties where I'd want to use this.
I'd be happy to give this a try - but currently wouldn't know where to start
The text was updated successfully, but these errors were encountered:
Hi there 👋
It would be great if emmet had built in support for custom properties / css variables.
I'm imagining something like
c:v
expanding tocolor: var(${1})
,fz:v
expanding tofont-size: var(${1})
and so forthI know I could add this in my own
snippets.json
, but AFAIK that would require me to add this for all css properties where I'd want to use this.I'd be happy to give this a try - but currently wouldn't know where to start
The text was updated successfully, but these errors were encountered: