]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_html.scss
Tests: Updated comment test to account for new editor usage
[bookstack] / resources / sass / _html.scss
index 1d5defa9765fea5fdb4d2fca441fcc3a71d15691..edaff0810456dafe5c8f0d8bf3afa67e4e44fc43 100644 (file)
@@ -1,3 +1,6 @@
+@use "mixins";
+@use "vars";
+
 * {
   box-sizing: border-box;
   outline-color: var(--color-primary);
@@ -21,9 +24,9 @@ html {
 }
 
 body {
-  font-size: $fs-m;
+  font-size: vars.$fs-m;
   line-height: 1.6;
-  @include lightDark(color, #444, #AAA);
+  @include mixins.lightDark(color, #444, #AAA);
   -webkit-font-smoothing: antialiased;
   height: 100%;
   display: flex;