mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 01:02:42 -04:00
Fixed build
This commit is contained in:
@@ -39,4 +39,4 @@ $break-devices: (
|
||||
medium: px2em(1600px) px2em(1999px),
|
||||
large: px2em(2000px)
|
||||
)
|
||||
) !default;
|
||||
);
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
/// Strip units from a number
|
||||
///
|
||||
@function strip-units($number) {
|
||||
@returns $number / ($number * 0 + 1);
|
||||
@return $number / ($number * 0 + 1);
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user