Browse Source

Merge pull request #4368 from keving91/patch-1

Fixes "Cannot resolve directory'" in PhpStorm
Taylor Otwell 6 years ago
parent
commit
bee41ce20b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/assets/sass/app.scss

+ 1 - 1
resources/assets/sass/app.scss

@@ -6,4 +6,4 @@
 @import "variables";
 
 // Bootstrap
-@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
+@import "~bootstrap-sass/assets/stylesheets/bootstrap";