Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Integrate CSS styles without local CSS #30

Open
spietrek opened this issue Oct 28, 2015 · 2 comments
Open

Question: Integrate CSS styles without local CSS #30

spietrek opened this issue Oct 28, 2015 · 2 comments

Comments

@spietrek
Copy link

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?

@RassaLibre
Copy link

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.

@spietrek
Copy link
Author

Thanks. I will give it a shot.

-Steve Pietrek

On Nov 13, 2015, at 3:40 AM, Tomas Prochazka notifications@github.com wrote:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants