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 can not transition the flex-basis attribute alone, when applied to the transform property.
14.0
114
flex-basis
transform
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.