Otherwise phpstorm doesn't understand the paths correctly. He thinks that this is not a complete application, but a package. And when creating a class, the namespace indicates “app” with a small letter, but should be “App”.
8 lines
199 B
SCSS
Executable File
8 lines
199 B
SCSS
Executable File
@import "mixins/animations";
|
|
@import "mixins/background-variant";
|
|
@import "mixins/icon";
|
|
@import "mixins/modals";
|
|
@import "mixins/popover";
|
|
@import "mixins/transform";
|
|
@import "mixins/utilities";
|