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:
Kevin G 2017-08-11 17:13:08 +02:00 committed by GitHub
parent a1ee424ac7
commit 0657a2ba25
1 changed files with 1 additions and 1 deletions

View File

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