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
Hi,
first and foremost thanks, this project is great and much needed.
I noticed there is a wrapping div around the App.
div
<div class="sc-bxivhb dUiVDW">
Also some styling applied:
* { box-sizing: border-box; } .dUiVDW { font-family: system-ui, sans-serif; }
Ideally I would really like not to have any default styling injected, especially the box-sizing thing, which with time I stopped forcing.
Would it be an option to remove those by default, or provide a way to remove them?
EDIT: which basically boil down to not wrapping with RebassProvider in entry.js :)
RebassProvider
entry.js
The text was updated successfully, but these errors were encountered:
Related to #87 - I’m working on a better setup that should allow for completely unstyled setups
Sorry, something went wrong.
No branches or pull requests
Hi,
first and foremost thanks, this project is great and much needed.
I noticed there is a wrapping
div
around the App.<div class="sc-bxivhb dUiVDW">
Also some styling applied:
Ideally I would really like not to have any default styling injected, especially the box-sizing thing, which with time I stopped forcing.
Would it be an option to remove those by default, or provide a way to remove them?
EDIT: which basically boil down to not wrapping with
RebassProvider
inentry.js
:)The text was updated successfully, but these errors were encountered: