CSS

Priority of CSS declarations. A smart way to avoid !important

Have you ever taken a minute to consider how does a css parser handles the priority of all of the css declarations? This might be just the right moment! This knowledge will help you avoid many problems along the way, such as using the css !important rule. C stands for Cascading The first step in CSS […]