FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

@charset, @keyframes, @page, @support, @namespace scoped as variable · Issue #80 · atom/language-less · GitHub

This repository was archived by the owner on Dec 15, 2022. It is now read-only.
/ language-less Public archive
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

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

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL