Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Module styles overwritten by client's CSS Reply To: Module styles overwritten by client's CSS

#148186
__
Participant

An id as a parent selector is a bit inefficient, but in this case, it’s probably the best way to “scope” your style rules.

(To be clear, I’m talking about
#wrapper .class, not
#wrapper.class.)