3
I was taking a look at the selectors, and I couldn’t find a way to select all the elements that have a certain class. I tried for example:
select[form-control] {
}
Trying to catch all the selects
with class .form-control
of twitter-bootstrap, but it didn’t work. Is it possible? How?