atom/language-css

[css] add coloring of @apply support

Closed this issue · 1 comments

It looks like themes are not respecting the new @apply rules, at least in regards to color-coding.
screen shot 2016-12-16 at 9 58 51 am

.toolbar > .title {
  @apply --toolbar-title-theme;
}

The @apply rule is still in the Editor's Draft stage and unapproved. It also has no browser support, nor a page on MDN. Until it receives wider support, language-css will not be recognizing it as a valid at-rule.