fix: update settings

This commit is contained in:
2025-06-23 15:32:25 +03:00
parent 8086223f23
commit 21111e93f9
9 changed files with 190 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
@use 'sass:math';
@function rem($size) {
$remSize: math.div($size, $base-font-size);
@return $remSize * 1rem;
}