We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3ac9eb + bd41511 commit 2a640dcCopy full SHA for 2a640dc
src/scss/03-base/_body.scss
@@ -19,6 +19,17 @@ html {
19
text-rendering: auto;
20
}
21
22
+/**
23
+ * Relax the definition a bit, to allow components to override it manually.
24
+ */
25
+* {
26
+ &,
27
+ &::before,
28
+ &::after {
29
+ box-sizing: inherit;
30
+ }
31
+}
32
+
33
body {
34
font-family: $font-family-primary;
35
font-size: $font-size-base;
src/scss/editor.scss
@@ -21,6 +21,7 @@ $entry-file-name: "editor";
@import "./03-base/fonts";
@import "./03-base/variables-css";
+@import "./03-base/body";
@import "./03-base/svg-icons";
@import "./03-base/links";
@import "./03-base/text";
0 commit comments