Move up hierarchy
Place cascading CSS properties further up the tree.
From:
To:
Why?
If you utilise the cascade you will find yourself having to override fewer styles.
Reduces the amount of code duplication
Encourages modularity and portability
Last updated
Was this helpful?