![Writing conditionals in CSS: when/else](https://www.wisdomgeek.com/wp-content/uploads/2021/11/css-when-else-conditionals-520x293.jpeg)
Writing conditionals in CSS: when/else
CSS already has had conditionals in the form of @media queries or @support queries to selectively apply styling to the document. But there is a new proposal called when/else which takes it to a different level. At the time of writing this post, the when proposal for when has been...