There is a way to do this in css
?
.main-div {
.input { ... }
.select { ... }
.a { ... }
.li { ... }
....
}
There is a way to do this in css
?
.main-div {
.input { ... }
.select { ... }
.a { ... }
.li { ... }
....
}
You could use a CSS-preprocessor like LESS or SASS. But there is currently no way to accomplish this in pure CSS.
You would need a preprocessor language like Sass or LESS. Then you could do exactly that.