Skip to content

Commit 1d8f32c

Browse files
authored
Merge pull request #348 from BeAPI/fix/scss-vars
fix (scss): declarations
2 parents 736516d + 80d01ad commit 1d8f32c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/scss/06-blocks/_gutenberg.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// ----
1616
.wp-block.block-editor-default-block-appender > textarea {
1717
font-family: var(--global--font-secondary);
18-
font-size: var($font-size-md);
18+
font-size: $font-size-md;
1919
}
2020

2121
// ----

src/scss/06-blocks/core/_image.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
figcaption {
8-
font-size: var($font-size-xs);
9-
color: var($color-grey-600);
8+
font-size: $font-size-xs;
9+
color: $color-grey-600;
1010
}
1111
}

0 commit comments

Comments
 (0)