Reputation: 2059
I want to wrap classes in CSS with a id.
So something like:
#main {
.whatever {
padding: 20px;
}
body {
font-size: 25px;
}
}
I have to wrap a lot of classes and this would be much more easy than write the id in front of every class.
Is that possible?
Upvotes: 0
Views: 996