Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

@charset, @keyframes, @page, @support, @namespace scoped as variable #80

Open
aeschli opened this issue Sep 28, 2017 · 0 comments
Open
Labels

Comments

@aeschli
Copy link
Contributor

aeschli commented Sep 28, 2017

From microsoft/vscode#35300

Try the following code sample in Atom or VSCode:

@charset "UTF-8";
@keyframes fadeIn {
}
@page :first {
    margin: 1in;
}
@supports (display:flex) {
}
@namespace url(jttp://www.w3.org/1999/xhtml);
@import 'ddd'

Note that
@charset, @keyframes, @page, @support, @namespace
are scoped as variables.
-> Should be a keyword, e.g. keyword.control.at-rule.less

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants