Cleanup: Use Proper Sass Syntax (#1069)

Sass does not use semicolons at the end of lines. Also remove dead code.
This commit is contained in:
Aaron Carlisle
2021-03-04 09:38:29 -05:00
committed by GitHub
parent 4ad33d0197
commit 894aef556e

View File

@@ -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'