Created
November 21, 2022 11:16
-
-
Save nerdpraxis/9d8fa50d886bf7f3d55f72025254c3f1 to your computer and use it in GitHub Desktop.
Rem-Calc function [Dart 2.0.0 compatible]
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
| @function rem-calc($size) { | |
| $remSize: calc($size / 16); | |
| @return #{$remSize}rem; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment