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