-
Notifications
You must be signed in to change notification settings - Fork 107
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
Do not hardcode css #41
Comments
I agree! I have found a work around that seems to work for anyone wondering. Passing CSS through |
Maybe someone has workaround? I would like to change the |
You might be able to go into the CSS code in the |
can't import any css file in node_modules in next js |
would be great, this adds a ton of css and makes lazy loading of the css really hard. |
@SeeThruHead I have the same issue. Found a solution? |
no we didn't use this because of the issue |
It should be that hard to exclude the css file right ? Please take this into account.. |
is it possible to exclude css for next.js apps? |
@SeeThruHead did you find an alternative you liked that works with next js? |
@anavgagneja this may help https://github.com/tsukhu/jsoneditor-react-ext |
There is hardcoded css import:
import 'jsoneditor/dist/jsoneditor.css';
This makes any css customisation harder. Please remove this import so that we can import css of our choice.
The text was updated successfully, but these errors were encountered: