Next.js template
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_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. }