atom / one-dark-syntax

Atom One dark syntax theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`@supports not` triggers incorrectly colored CSS

maxvoltar opened this issue · comments

@supports not (-webkit-backdrop-filter: blur(10px)) {
  background: rgba(230, 230, 230, 1);
}

All CSS that comes after the first line loses its color coding.

Screenshot:
screenshot 2016-03-08 14 25 24

Wrong repo.