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
Hi
I'm going to disable the display of default values in CSS. I mean, for example, suppose I want to use background-color property in a CSS file. when I type bgc and hit C-j I see this:
body {
background-color: #fff;
}
but I want to see this (just property and not value):
body {
background-color:
}
Maybe it's stupid! but I'd really appreciate if anyone help me how to do this thing.
The text was updated successfully, but these errors were encountered:
If you're up for compiling things yourself, you should be able to edit the snippits.json file inside of conf. For example background color i.e. bgc is found on line 295 "bgc": "background-color:${1:fff};",
Hi
I'm going to disable the display of default values in CSS. I mean, for example, suppose I want to use background-color property in a CSS file. when I type
bgc
and hitC-j
I see this:but I want to see this (just property and not value):
Maybe it's stupid! but I'd really appreciate if anyone help me how to do this thing.
The text was updated successfully, but these errors were encountered: