Skip to content

Commit 678254b

Browse files
committed
Fix style
1 parent b845cd3 commit 678254b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/styles/bulma-switch/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copied from https://gitlab.com/jf.brazeau/bulma-switch-migration
22

3-
@use "sass:math";
3+
@use 'sass:math';
44
@use 'bulma/sass/utilities/initial-variables' as iv;
55
@use 'bulma/sass/utilities/derived-variables' as dv;
66
@use 'bulma/sass/utilities/controls' as ctrl;
@@ -161,7 +161,7 @@ $switch-focus: 1px dotted iv.$grey-light !default;
161161

162162
&::after,
163163
&:after {
164-
box-shadow: 0px 0px 3px iv.$grey;
164+
box-shadow: 0 0 3px iv.$grey;
165165
}
166166
}
167167
}

0 commit comments

Comments
 (0)