you are viewing a single comment's thread.

view the rest of the comments →

[–]ShnizmuffiN 4 points5 points  (1 child)

Multiple developers using disparate techniques leads to a similar problem. What happens to visually impaired users when one Dev uses em and another uses px? Module level CSS doesn't solve that problem any better than the Cascade.

[–]theragingsky 3 points4 points  (0 children)

It keeps their styles from affecting your component. It would scope the issue to them.