mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-10 14:01:22 -06:00
parent
f4979fa6e9
commit
b6d725d42e
@ -1,5 +1,5 @@
|
||||
@function rem($size, $unit: "") {
|
||||
$rem-size: calc($size / $root-font-size);
|
||||
$rem-size: $size / $root-font-size;
|
||||
|
||||
@if $unit == false {
|
||||
@return #{$rem-size};
|
||||
|
Loading…
x
Reference in New Issue
Block a user