CSS
IS
AWESOME
CSS
IS
FUN
CSS
IS
EVOLVING
CSS
IS
EVOL...
https://github.com/w3c/csswg-drafts
https://developer.mozilla.org/en-US/docs/Web/CSS/outline
https://developer.mozilla.org/en-US/docs/Web/CSS/gap
https://developer.mozilla.org/en-US/docs/Web/CSS/rotate
https://developer.mozilla.org/en-US/docs/Web/CSS/scale
https://developer.mozilla.org/en-US/docs/Web/CSS/translate
https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color
https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
https://developer.mozilla.org/en-US/docs/Web/CSS/:has
https://developer.mozilla.org/en-US/docs/Web/CSS/clamp
https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior
https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter
https://www.bram.us/2021/09/15/the-future-of-css-cascade-layers-css-at-layer/
https://developer.mozilla.org/en-US/docs/Web/CSS/@layer
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries
https://www.smashingmagazine.com/2021/05/complete-guide-css-container-queries/
https://developer.mozilla.org/en-US/docs/Web/CSS/@container
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Subgrid
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout
@when media(min-width: 600px) {
/* ... */
}
@else {
/* ... */
}
https://css-tricks.com/proposal-for-css-when/
.something {
--color: #4488dd;
/* transform a color value into `rgb` */
background-color: rgb(from var(--color) r g b / .5);
}
https://www.stefanjudis.com/notes/new-in-css-relative-colors/
https://css-tricks.com/leading-trim-the-future-of-digital-typesetting/
https://developer.chrome.com/blog/help-css-nesting/
https://stateofcss.com/en-us/
https://developer.mozilla.org/en-US/docs/Web/CSS
https://css-for-js.dev/
https://css-tricks.com/
https://www.smashingmagazine.com