This file contains hidden or 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
| /** | |
| * Convert font-size from px to rem with px fallback | |
| * | |
| * @param $size - the value in pixel you want to convert | |
| * | |
| * e.g. p {@include fontSize(12px);} | |
| * | |
| */ | |
| @use "sass:math"; |
NewerOlder