Skip to content

Commit e8d191f

Browse files
author
Anindya Dhruba
committed
remove direct reference on node_modules in scss import
1 parent 615f8ea commit e8d191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/sass/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import "variables";
66

77
// Bootstrap
8-
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
8+
@import "~bootstrap-sass/assets/stylesheets/bootstrap";
99
body {
1010
overflow-y: scroll;
1111
}

0 commit comments

Comments
 (0)