Skip to content

Support for @apply Rule #91

@tgfjt

Description

@tgfjt

Hi! What do you think about @apply support?

:root {
  --awesomeComponent-theme: {
    color: white;
    background: black;
  }
}

.awesomeComponent {
  width: 100%;
  margin: 0 auto;
  @apply --awesomeComponent-theme;
}

https://www.chromestatus.com/feature/5753701012602880

ref: #87
if we can use plugin, resolve with postcss-apply.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions