rehansaeed.github.io icon indicating copy to clipboard operation
rehansaeed.github.io copied to clipboard

Fluid Typography using CSS Clamp

Open RehanSaeed opened this issue 4 years ago • 2 comments

https://caniuse.com/#feat=mdn-css_types_clamp

https://moderncss.dev/generating-font-size-css-rules-and-creating-a-fluid-type-scale/

RehanSaeed avatar May 28 '20 13:05 RehanSaeed

https://twitter.com/argyleink/status/1310640086111846400?s=20

RehanSaeed avatar Jun 09 '21 15:06 RehanSaeed

Switch to rem for breakpoints.

$breakpoints: ( xs: 0, // 576px sm: 36rem, // 768px md: 48rem, // 992px lg: 62rem, // 1200px xl: 75rem, // 1600px xxl: 100rem, );

RehanSaeed avatar May 25 '22 10:05 RehanSaeed