More confusing and borderline idiotic syntax comes for CSS in the form of IF conditionals. CSS is already a syntax hell, an unreadable mess, but the author is excited... oh dear god. The asteroid is coming, He is excited... Really?<p>Cut the bloat, what is this mongrelified thing?<p>background-color: if(style(--weather: clouds) ? var(--clouds-color): var(--default-color));<p>I tell you what it is. it is Holy shit level bullshit!<p>Okay let's see another example.<p>Conjured by some alien lifeform:<p>width: if(media(width > 1200px) ? var(--size-l): var(--size-m));<p>What about a semblance of sanity:<p>width: if (media:width > 1200px) ? $size-l: $size-m;<p>Much more readable isn't it? Strive for something like this please, don't make css look like a Silent Hill monster.