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.
This commit is contained in:
2
resources/assets/sass/app.scss
vendored
2
resources/assets/sass/app.scss
vendored
@@ -6,4 +6,4 @@
|
|||||||
@import "variables";
|
@import "variables";
|
||||||
|
|
||||||
// Bootstrap
|
// Bootstrap
|
||||||
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap";
|
||||||
|
|||||||
Reference in New Issue
Block a user