
No License
CSS
2022年05月13日
.card__header {
color: var(--text);
}
/* with @scope becomes */
@scope (.card) {
header {
color: var(--text);
}
}
No one still commented. Please first comment.