Tag Archives: design systems

Bookmarks (5)

(21) Are you also tired of writing @media (min-width: 48em) in your media queries? Even if not, the media query range syntax is a baseline 2023 feature and usable, so we can use @media (width >= 48em) instead, which is superior if you have large and complex queries. Read more at Matthias Zöchling’s CSSence: Superior Range Syntax. #css

(22) Discussions we always have about form features and accessibility, here is an evergreen by Adrian Roselli: Avoid Read-only Controls. #A11Y

(23) This was discussed and showcased on bluesky a lot in the last weeks: How To Add Border Images and Gradient Borders with Pure CSS. #CSS

(24) Here is a question I ask myself all the time: Design Systems WTF? #design systems

(25) Don’t cross the streams? Maybe. Combining light DOM and shadow DOM in a Web Component. #web components