Skip to content

Commit c4c4bd5

Browse files
committed
Fix: Replace deprecated @import with @use directive for bootstrap
Replace the deprecated Sass @import directive with the modern @use directive to resolve ESLint compilation errors during webpack build process.
1 parent c7be898 commit c4c4bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/scss/application.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "utf-8";
22

33
@use "vars";
4-
@import "~bootstrap";
4+
@use "bootstrap";
55

66
.nav-header {
77
padding-bottom: 9px;

0 commit comments

Comments
 (0)