[scss] Normalise SCSS attributes with CSS/LESS/SASS. Fixes #108840
parent
8d7ad831e5
commit
845d014429
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue