From 0657a2ba25a580c3fababb902f683698c4b46533 Mon Sep 17 00:00:00 2001 From: Kevin G Date: Fri, 11 Aug 2017 17:13:08 +0200 Subject: [PATCH] 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. --- resources/assets/sass/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss index 63633fcd..1bbc5508 100644 --- a/resources/assets/sass/app.scss +++ b/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";