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
Sorry for the naive question. I am using a 3rd party slider control which I want to override styles of their CSS which I am downloading from CDN. I cannot set the className of the styles from within my application. Is there a way to define CSS without it going through css-loader? Can I define a CSS file which is integrated and minified but no rules are applied?
The text was updated successfully, but these errors were encountered:
I am also not really happy about local-CSS. Can't you just you :global() ? I think that should solve your problem. That is what I do when I need to overwrite 3rd party CSS.
I am also not really happy about local-CSS. Can't you just you :global() ? I think that should solve your problem. That is what I do when I need to overwrite 3rd party CSS.
—
Reply to this email directly or view it on GitHub.
Sorry for the naive question. I am using a 3rd party slider control which I want to override styles of their CSS which I am downloading from CDN. I cannot set the className of the styles from within my application. Is there a way to define CSS without it going through css-loader? Can I define a CSS file which is integrated and minified but no rules are applied?
The text was updated successfully, but these errors were encountered: