-
A regular reminder to check out the original CSS proposal, from 1994. It's excellent. "The user supplies the initial sheet which may request total control of the presentation, but–more likely–hands most of the influence over to… the incoming document." w3.org/People/howcome/p/cascade.html
-
Importance is given as a % value. Once the combined total importance hits 100%, all following rules are ignored. The resulting value is a weighted average based on the percentages. For example, some weighted font sizing: codepen.io/miriamsuzanne/pen/eYObOLK
-
This was the document that inspired me to add full hsl color sliders to my personal site, as well as the OddBird site. On mine, I also added font-size and spacing controls. I want to add even more.