RehanSaeed / rehansaeed.github.io

Muhammad Rehan Saeed's Blog
https://rehansaeed.com
30 stars 6 forks source link

Fluid Typography using CSS Clamp #143

Open RehanSaeed opened 4 years ago

RehanSaeed commented 4 years ago

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

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

RehanSaeed commented 3 years ago

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

RehanSaeed commented 2 years ago

Switch to rem for breakpoints.

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