Daily Shaarli

All links of one day in a single page.
Using CSS Variables Correctly - MadeByMike

Custom Properties have the potential to change how we write and think about CSS.

In most cases, I'd now consider it code smell if a media query or CSS selector swaps one variable for another. Rather than swapping variables it's better to define one variable, set its initial value and change it with a selector or media query.