A website about making websites. Since 2007!

CSS-Tricks retweeted
user adaptive frosted glass 😎 ```#css .adaptive-glass { --glass-lightness: 100%; background: hsl(0 0% var(--glass-lightness) / 50%); backdrop-filter: blur(40px); @media (prefers-color-scheme: dark) { --glass-lightness: 0%; } } ``` codepen.io/argyleink/pen/qBm… 👀
12
228
1,834
CSS-Tricks retweeted
#CSS `:focus-visible` Lets the browser decide whether or not to show focus Video shows the difference between `:focus` and `:focus-visible` when Javascript is used to focus buttons after mouse interaction tldr; less concerns / better UX Learn more web.dev/learn/css/pseudo-cla…
15
172
817
"SVG Gobbler is a browser extension that finds the vector content on the page you're viewing and gives you the option to download, optimize, copy, view the code, or export it as an image." css-tricks.com/svg-gobbler/
2
30
148
Inspecting compiled CSS is one of those things we all know is a god idea but I'd bet few do. @andyford did it and significantly improved a Sass loop with custom properties. css-tricks.com/efficient-inf…
2
7
24
"[...] truly consider all other options before using a [browser window] breakpoint. Ask, is the component expected to always be related to the page size (headers, modals, etc.)? Then a breakpoint might be acceptable." – @donniedamato css-tricks.com/gridless-desi…
2
6
42
"CSS Module Scripts" are a native browser feature, as opposed to the popular open-source project that essentially does scoped styles by creating unique class name identifiers in both HTML and CSS. css-tricks.com/css-modules-t…
2
23
89
A Shared ESLint Configuration css-tricks.com/a-shared-esli…
4
28
So you want to self-publish books and courses on programming? @lorendsr gets down to brass tacks on what it takes. css-tricks.com/so-you-want-t…
7
16
Developer-Friendly Passwordless Auth css-tricks.com/developer-fri…
4
49
The UX changes in Safari 15 are controversial in generally Apple-related circles. Most of the criticism is leveled at the browser controls themselves css-tricks.com/safari-15-opi…
1
5
29