Skip to content

Commit

Permalink
update deprecated sass syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 25, 2024
1 parent 94e5549 commit 595d9c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions _sass/initialize.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "utf-8";
@import
"settings", // variables
"base", // base elements and mixins
"layout"; // structural styles

@use "settings"; // variables
@use "base"; // base elements and mixins
@use "layout"; // structural styles
8 changes: 4 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---
@import "initialize";
@use "initialize";

/* Styles entry point only.
/* See _sass folder for stylesheets.
/* No edits are needed here. */
// Styles entry point only.
// See _sass folder for stylesheets.
// No edits are needed here.

0 comments on commit 595d9c2

Please sign in to comment.