feat(main): Add base theme: This is the falcon theme out of the box.
This commit is contained in:
5
_dev/css/abstracts/functions/_rem-calc.scss
Normal file
5
_dev/css/abstracts/functions/_rem-calc.scss
Normal file
@ -0,0 +1,5 @@
|
||||
@use "sass:math";
|
||||
|
||||
@function rem-calc($size) {
|
||||
@return math.div($size, 16px) * 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user