mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-12 21:03:32 -06:00
@@ -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};
|
||||
|
Reference in New Issue
Block a user