Learnings, snippets, solutions, and other musings around CSS, Sass, and other related technologies.
The object-fit property requires a width and height to be set on the image.
(FIXED) As of version 14.0 of Safari on macOS, and release 114 of Safari Technology Preview, Webkit cannot transition the flex-basis property on its own — it has to be included alongside other properties in the transition shorthand.
14.0
114
flex-basis
transition
Create a responsive grid of items using CSS-Grid layout, that flows and wraps without media queries.
Outlook 2007-16 does not support white-space: nowrap in HTML/CSS email templates.
white-space: nowrap
A <fieldset> element does not support grid-gap on Google Chrome 73.
<fieldset>
Supporting Firefox when styling for mobile devices notches.
How to get these functions to work with normal Sass variables.