Skip to content

Commit 42109d4

Browse files
committed
fix: prettier
1 parent 127a820 commit 42109d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

editor-v2/styles/mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
&:hover {
1111
transform: scale($hoverScale);
1212
}
13-
} ;
13+
}

editor-v2/styles/variables.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
$ns: 'pceditor-';
22
$editorTransitionTime: 0.2s;
3-
$editorShadow: 0px 2px 8px rgba(0, 0, 0, 0.06), 0px 4px 24px rgba(0, 0, 0, 0.06);
3+
$editorShadow:
4+
0px 2px 8px rgba(0, 0, 0, 0.06),
5+
0px 4px 24px rgba(0, 0, 0, 0.06);
46
$editorControlBorderRadius: 8px;
57

68
$headerHeight: 0px;

0 commit comments

Comments
 (0)