Daily Shaarli

All links of one day in a single page.

June 27, 2019

GitHub - juggle/resize-observer: Polyfills the ResizeObserver API.

A minimal library which polyfills the ResizeObserver API and is entirely based on the latest Draft Specification.

Blog | a11y with Lindsey

Recommended by: CSS-Tricks

GitHub - danielguillan/quantity-queries: Simple quantity queries mixins for Sass

Simple quantity queries mixins for Sass. Use quantity as a condition to style your items.

The Flexbox Holy Albatross Reincarnated | HeydonWorks

You may want to read the original Flexbox Holy Albatross post but basically, I missed a step (I was hungover): You can switch between horizontal (multi-column) to vertical (single column) Flexbox layouts just using flex-basis. No min-width or max-width needed — in fact, they just restrict Flexbox from doing its beautiful Flexbox thing.