Skip to content

Commit 1e989e1

Browse files
committed
fix (editor) : media queries enabled
1 parent 7993c77 commit 1e989e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scss/editor-style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
@import "abstract/colors";
77
@import "abstract/borders";
88
@import "abstract/mixins";
9+
@import "abstract/functions";
910
@import "abstract/fonts";
1011
@import "abstract/box-sizing";
1112
@import "abstract/breakpoints";
@@ -42,7 +43,7 @@
4243
// Render Post/Page Title as FrontEnd view
4344
.editor-post-title__block {
4445
.editor-post-title__input {
45-
font-family: $customfont-2;
46+
@include title(XXL);
4647
}
4748
}
4849

0 commit comments

Comments
 (0)