Skip to content

Commit 4b8fe30

Browse files
committed
Merge branch 'production' into pre-live
2 parents a3513e0 + 59423aa commit 4b8fe30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MarkdownEditor/MarkdownEditor.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
color: var(--color-text-default);
5353

5454
&::before {
55-
content: '\201C'; /*Unicode for Left Double Quote*/
55+
content: "\201C"; /*Unicode for Left Double Quote*/
5656

5757
/*Font*/
5858
font-family: Georgia, serif;
@@ -68,7 +68,7 @@
6868

6969
&::after {
7070
/*Reset to make sure*/
71-
content: '';
71+
content: "";
7272
}
7373

7474
p {

0 commit comments

Comments
 (0)