Skip to content

Instantly share code, notes, and snippets.

@nerdpraxis
Created November 21, 2022 11:16
Show Gist options
  • Select an option

  • Save nerdpraxis/9d8fa50d886bf7f3d55f72025254c3f1 to your computer and use it in GitHub Desktop.

Select an option

Save nerdpraxis/9d8fa50d886bf7f3d55f72025254c3f1 to your computer and use it in GitHub Desktop.
Rem-Calc function [Dart 2.0.0 compatible]
@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