[scss] Normalise SCSS attributes with CSS/LESS/SASS. Fixes #108840

This commit is contained in:
Martin Aeschlimann 2020-10-19 09:55:52 +02:00
parent 8d7ad831e5
commit 845d014429
4 changed files with 10 additions and 15 deletions

View file

@ -16206,11 +16206,11 @@
"c": "rel",
"t": "source.css.scss meta.at-rule.each.scss meta.at-rule.while.scss meta.attribute-selector.scss entity.other.attribute-name.attribute.scss",
"r": {
"dark_plus": "entity.other.attribute-name.attribute.scss: #D7BA7D",
"light_plus": "entity.other.attribute-name.attribute.scss: #800000",
"dark_vs": "entity.other.attribute-name.attribute.scss: #D7BA7D",
"light_vs": "entity.other.attribute-name.attribute.scss: #800000",
"hc_black": "entity.other.attribute-name.attribute.scss: #D7BA7D"
"dark_plus": "entity.other.attribute-name: #9CDCFE",
"light_plus": "entity.other.attribute-name: #FF0000",
"dark_vs": "entity.other.attribute-name: #9CDCFE",
"light_vs": "entity.other.attribute-name: #FF0000",
"hc_black": "entity.other.attribute-name: #9CDCFE"
}
},
{
@ -20606,11 +20606,11 @@
"c": "data-icon",
"t": "source.css.scss meta.at-rule.each.scss meta.at-rule.while.scss meta.property-list.scss meta.attribute-selector.scss entity.other.attribute-name.attribute.scss",
"r": {
"dark_plus": "entity.other.attribute-name.attribute.scss: #D7BA7D",
"light_plus": "entity.other.attribute-name.attribute.scss: #800000",
"dark_vs": "entity.other.attribute-name.attribute.scss: #D7BA7D",
"light_vs": "entity.other.attribute-name.attribute.scss: #800000",
"hc_black": "entity.other.attribute-name.attribute.scss: #D7BA7D"
"dark_plus": "entity.other.attribute-name: #9CDCFE",
"light_plus": "entity.other.attribute-name: #FF0000",
"dark_vs": "entity.other.attribute-name: #9CDCFE",
"light_vs": "entity.other.attribute-name: #FF0000",
"hc_black": "entity.other.attribute-name: #9CDCFE"
}
},
{

View file

@ -86,7 +86,6 @@
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.attribute.scss",
"entity.other.attribute-name.scss"
],
"settings": {

View file

@ -105,10 +105,7 @@
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.attribute.scss",
"entity.other.attribute-name.scss"
],
"settings": {

View file

@ -87,7 +87,6 @@
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.attribute.scss",
"entity.other.attribute-name.scss"
],
"settings": {