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.
10 lines
191 B
SCSS
Vendored
10 lines
191 B
SCSS
Vendored
|
|
// Fonts
|
|
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
|
|
|
|
// Variables
|
|
@import "variables";
|
|
|
|
// Bootstrap
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap";
|