-
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.css-nesting-1Current WorkCurrent Work
Description
Hi all,
I open an issue on this subject because I didn't find it but perhaps I missed it...
It should be nice if we can write CSS class inside an other class like LESS manage it.
For example:
#card {
background: red;
}
#card.disable {
background: grey;
color: black;
}become:
#card {
background: red;
.disable {
background: grey;
color: black;
}
}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.css-nesting-1Current WorkCurrent Work