I am using ng-select
component. It provides the styling via @import "~@ng-select/ng-select/themes/default.theme.css";
.
I have added it to the wrapper component's .css
but it has no effect.
It works only when I add it to the global css.
So the question is, how do I make it work within the component's css because I need its styling to create a story using storybook.