@RicoElectrico Fully agree! When I read about 4000km^2 I'm usually decomposing it into something like 50km x 80km to get a better intuitive understanding. Would be great if the writer already did it.
And of course the same goes for volumes. (No "Olympic swimming pools" please!)
@Eigenraum "Wegdiskutieren" find ich gut!
(Ich wollte eigentlich nicht in einen Internet-Besserwisser-Mode verfallen, aber irgendwie hat mich das "is klar, ne?" getriggert...)
Fossil fuel emissions cause climate warming which causes accelerating sea-level rise, and rising seas cause increasing coastal erosion in many parts of the world. It’s as simple as that.
Port Waikato homes at serious risk from coastal erosion
@tomkalei sorry, bei Facebook/Faktillon-Links bekommt man anscheinend keine Vorschau. Hier also der Text:
Sonnenmilch ist eine regional geschützte Bezeichnung. Nur Milch von Kühen, die auf der Sonne gemolken werden, darf so heißen.
A historical day for CSS 😀🎉
If you write any components used and/or styled by others, you know how huge this is!
background: if(style(--variant: success), var(--green));
Even if you don’t, this will allow things like:
padding: if(var(--2xl), 1em, var(--xl) or var(--m), .5em);
GitHub issue: https://github.com/w3c/csswg-drafts/issues/10064
Edit: Resolved to pursue this! 🎉 There are several issues across this repo proposing some kind of inline conditional function. Here is a sample: #5624 #5009 #6638 #4731 #3455 Yet, this is another c...