We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to get global CSS styles working for diff2html I had to disable the ShadowDOM for now.
Mainly because I can't import them in with something like webpack since browser's will complain about CSS MIME types if trying to do something like.
import
import './app.css';
Likely as part of #3 this could be solved if the files are now local, but I think bundling / import would still be an issue either way?
The text was updated successfully, but these errors were encountered:
As part of the PR for #3 , es-module-shims was added, which should be able to support this. (i.e. CSS Modules)
Sorry, something went wrong.
thescientist13
No branches or pull requests
Type of Change
Summary
In order to get global CSS styles working for diff2html I had to disable the ShadowDOM for now.
Mainly because I can't
import
them in with something like webpack since browser's will complain about CSS MIME types if trying to do something like.Details
Likely as part of #3 this could be solved if the files are now local, but I think bundling /
import
would still be an issue either way?The text was updated successfully, but these errors were encountered: