This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @desc Styled components mixin for fluid typography - https://www.youtube.com/watch?v=Wb5xDcUNq48 | |
* @param string minScreen - min screen width | |
* @param string maxScreen - max screen width | |
* @param string minFont - min font size | |
* @param string maxFont - max font size | |
* @return string - Template literal containing CSS | |
*/ | |
export function fluidType (minScreen, maxScreen, minFont, maxFont) { |