-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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
Labels
No labels