Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Make sass also use absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
deminearchiver committed Nov 22, 2024
1 parent 54583ae commit b0370d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/burger-menu/_burger-menu.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "../../sass/star4"
@use "~/sass/star4"

.menu-burger
&__level
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/components/button/_button.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "../../sass/star4"
@use "~/sass/star4"

.button
border-radius: 11rem
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/components/menu/menu.module.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "../../sass/star4"
@use "~/sass/star4"

.menu__wrapper
pointer-events: all
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "../../sass/star4"
@use "~/sass/star4"

.sectionHello
width: 100vw
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/styles/reset.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "../sass/star4"
@use "~/sass/star4"

*, *::before, *::after
box-sizing: border-box
Expand Down

0 comments on commit b0370d0

Please sign in to comment.