-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major update to Vite. Just required changing sass imports to remove a warning. Signed-off-by: Brian Evans <ebrian101@gmail.com>
- Loading branch information
1 parent
3c96b12
commit 3b9f230
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// global styles that apply to elements like h1, setting colors and fonts etc. Not specific to any page. | ||
|
||
@import "header"; | ||
@import "main"; | ||
@use "header"; | ||
@use "main"; | ||
|