Skip to content

Commit

Permalink
Update styles.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
LNLenost authored Jan 21, 2025
1 parent d860d7e commit 4c09541
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions styles.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@import "./sass/vendors/bootstrap.scss";
@use "./sass/vendors/bootstrap.scss";

@import "./sass/abstracts/mixins";
@import "./sass/abstracts/variables";
@import "./sass/abstracts/helpers";
@use "./sass/abstracts/mixins";
@use "./sass/abstracts/variables";
@use "./sass/abstracts/helpers";

@import "./sass/base/base";
@import "./sass/base/typography";
@use "./sass/base/base";
@use "./sass/base/typography";

@import "./sass/components/buttons";
@use "./sass/components/buttons";

@import "./sass/layout/footer";
@import "./sass/layout/sections";
@use "./sass/layout/footer";
@use "./sass/layout/sections";

@import "./sass/sections/about";
@import "./sass/sections/contact";
@import "./sass/sections/hero";
@import "./sass/sections/projects";
@use "./sass/sections/about";
@use "./sass/sections/contact";
@use "./sass/sections/hero";
@use "./sass/sections/projects";

0 comments on commit 4c09541

Please sign in to comment.