emmet
emmet copied to clipboard
The essential toolkit for web-developers
Solid uses `class` instead of `className`. I'm curious if there is already a plan for emmet to support this? Maybe a flag or something since both React and Solid use...
| Abbreviation | Current Behavior | Desired Behavior | |--------------|-------------------------------|--------------------------------------| | `.foo` | `` | `` | Sorry for reopening this issue, but #533 was closed by the author and...
### Steps 1. Define the HTML snippet `"test": "(div>div.aaa{$}+div.bbb{$})"` 2. Expand `test*2` ### Expected result ```html 1 1 2 2 ``` This is the same as `(div>div.aaa{$}+div.bbb{$})*2` ### Actual result...
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 to `color: var(${1})`, `fz:v` expanding...
closes: #669
`script:module` should allow to insert `` as it's now often used in modern app development
I've been using emmet with the Angular Framework in VS Code recently, and noticed that the emmet does not allow to generate the following abbreviations, because the attribute syntax is...
linear gradient in .css not expanding. I'm using VS code. lg works -> background-image: linear-gradient(); but lg(...) does not. A have actually tried another editor a got the same result....
when we use video the controls attribute does not come by itself though it is common to use controls in it.
I would like to increment an alphabetical character the way you would numerically with "$". example: .class$*4 would give me div class="class1"> div class="class2"> div class="class3"> div class="class4"> but what...