Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable showing the default values in CSS files #139

Open
django-nauts opened this issue Jan 2, 2022 · 1 comment
Open

disable showing the default values in CSS files #139

django-nauts opened this issue Jan 2, 2022 · 1 comment

Comments

@django-nauts
Copy link

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.

@Timmymayes
Copy link

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};",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants