We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
Sorry, but I cannot spot what is wrong here.
Sorry, something went wrong.
@weinand, other properties have the right TM selectors:
support.type.property-name.css meta.property-name.scss meta.property-list.scss source.css.scss
But cursor identifies itself as a tag
cursor
entity.name.tag.css meta.property-list.scss source.css.scss
Also applies to mask, content, filter, font
mask
content
filter
font
body { cursor: pointer; ::before { content: ''; } filter: blur(5px); font: 12px/14px sans-serif; mask: none; }
Nevermind... atom/language-sass#226
aeschli
No branches or pull requests
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: