Browse Source

Fixes "Cannot resolve directory'" in PhpStorm

This fixes the annoying error shown on the import line

Cannot resolve directory 'node_modules' less... (Strg+F1) 
This inspection checks references to files and directories.
Kevin G 6 years ago
parent
commit
0657a2ba25
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";