Skip to content

Commit

Permalink
Cleanup: Use Proper Sass Syntax (#1069)
Browse files Browse the repository at this point in the history
Sass does not use semicolons at the end of lines. Also remove dead code.
  • Loading branch information
Blendify authored Mar 4, 2021
1 parent 4ad33d0 commit 894aef5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/sass/_theme_font_local.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
$lato-font-path: "~lato-font/fonts";
$roboto-font-path: "~roboto-fontface/fonts/roboto-slab";

// $font-full-path: '#{$roboto-font-path}/roboto-slab/Roboto-Slab';
$lato-font-path: "~lato-font/fonts"
$roboto-font-path: "~roboto-fontface/fonts/roboto-slab"

@font-face
font-family: 'Lato'
Expand Down

0 comments on commit 894aef5

Please sign in to comment.