mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 03:19:45 -06:00
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user