terribleMia’s avatarterribleMia’s Twitter Archive—№ 11,641

  1. …in reply to @caraesten
    caraesten This example should be possible in plain CSS soon, with a combination of container queries and when/else. Something like: @ when container(color: blue) { … } @ else container(…) { … } … etc.