You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to include spartacus styles to use extends and include in feature module lib
Describe the bug
Feature module @import "@spartacus/styles/index" causes ERROR: Could not resolve "@ng-select/ng-select/themes/default.theme.css"
Tell us the version of Spartacus
Library version: ~2211.25.1
To Reproduce
Steps to reproduce the behavior:
Use in any style file import @import "@spartacus/styles/index";
Expected behavior
Ability to extend spartacus classes without error
ERROR: Could not resolve "@ng-select/ng-select/themes/default.theme.css"
The path "./themes/default.theme.css" is not currently exported by package "@ng-select/ng-select":
How to include spartacus styles to use extends and include in feature module lib
Describe the bug
Feature module @import "@spartacus/styles/index" causes ERROR: Could not resolve "@ng-select/ng-select/themes/default.theme.css"
Tell us the version of Spartacus
To Reproduce
Steps to reproduce the behavior:
Use in any style file import
@import "@spartacus/styles/index";
Expected behavior
Ability to extend spartacus classes without error
ERROR: Could not resolve "@ng-select/ng-select/themes/default.theme.css"
The path "./themes/default.theme.css" is not currently exported by package "@ng-select/ng-select":
Screenshots
Additional context
I have tried
And importing it directly in scss file but it does not fix this error
The text was updated successfully, but these errors were encountered: