Skip to content

Commit 894aef5

Browse files
authored
Cleanup: Use Proper Sass Syntax (#1069)
Sass does not use semicolons at the end of lines. Also remove dead code.
1 parent 4ad33d0 commit 894aef5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/sass/_theme_font_local.sass

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
$lato-font-path: "~lato-font/fonts";
2-
$roboto-font-path: "~roboto-fontface/fonts/roboto-slab";
3-
4-
// $font-full-path: '#{$roboto-font-path}/roboto-slab/Roboto-Slab';
1+
$lato-font-path: "~lato-font/fonts"
2+
$roboto-font-path: "~roboto-fontface/fonts/roboto-slab"
53

64
@font-face
75
font-family: 'Lato'

0 commit comments

Comments
 (0)