Skip to content

[feature request] Support @apply #8

@rictic

Description

@rictic

The @apply rule is a proposed spec for implementing native mixins in CSS on top of CSS Custom Properties.

It allows declarations like the following:

body {
  @apply --my-theme;
}

This sees real world usage today, primarily from users of the Polymer library, which ships a polyfill. As of VSCode 1.7.1, this is a syntax error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions