-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.
Description
I do everything not to use CSS, I prefer to use SASS or things like that, where chains are possible, it would be nice to have this as a standard.
It will be cool if CSS has chains with the events too. like:
.component {
label {
color: red;
}
&hover {
background-color: blue;
}
}Metadata
Metadata
Assignees
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.