pressden / emma

Emma - A WordPress Theme
3 stars 2 forks source link

Replace RFS with Clamp #221

Closed eric-michel closed 1 year ago

eric-michel commented 2 years ago

the RFS SASS library can be replaced with clamp: https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/

eric-michel commented 2 years ago

Messed with this and the unit conflicts in SASS were driving me mad - might revisit later. The math is simple but SASS seems to really struggle with doing math on rem units.