Closed vrugtehagel closed 2 months ago
This pull request resolves https://github.com/ryboe/CSS3/issues/227.
It introduces proper highlighting for @layer statements (as opposed to rules), for example, @layer foo, bar, baz.qux;.
@layer
@layer foo, bar, baz.qux;
This pull request resolves https://github.com/ryboe/CSS3/issues/227.
It introduces proper highlighting for
@layer
statements (as opposed to rules), for example,@layer foo, bar, baz.qux;
.