You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_functions.scss 200B

1234567
  1. @function pxToRem($target, $context: $base-font-size) {
  2. @return ($target / $context) * 1rem;
  3. }
  4. @function pxToRemMd($target, $context: $base-font-size-md) {
  5. @return ($target / $context) * 1rem;
  6. }