CSS: Dark mode & color-scheme

Great resources on color-scheme CSS prop and prefers-color-scheme media query.


#css #frontend #programming #resources
EffectivaUfficiale

"We Forgot Frontend Basics" article

Well, not us, but it is a good reminder of the importance of basic concepts.

https://blog.stackademic.com/we-forgot-frontend-basics-2f9a1c4dabaa

#frontend #firstprinciples #programming #resources
EffectivaUfficiale

OKLCH in CSS: why we moved from RGB and HSL

In #CSS, we’ve been encoding colors with rgb() or hex (mostly for historical reasons). However, the new CSS Color 4 specification adds many better ways of declaring colors in CSS. Of these, oklch() is the most interesting one—this article explains why.

https://evilmartians.com/chronicles/oklch-in-css-why-quit-rgb-hsl

#frontend #design #evilmartians #programming #resources
EffectivaUfficiale