emmet-docs
emmet-docs copied to clipboard
Incorrect default value
In a list of currently available options: I didn't check everything, just what I found. I have specified the current default values in VSCode:
- [ ] profile.allowCompactBoolean - false
- [ ] slim.attributesWrapper - square
I'll ask you here, too. For some reason upper doesn't work or it's just not clear how it should work
"css.color.case": "upper"
Abbreviation: bg#df.
Result: background: #dfdfdfdf;
Expecting: background: #DFDFDF;
Options depend on editor you are using. You can find the proper list of options here: https://github.com/emmetio/emmet/blob/master/src/config.ts#L84