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

Consider removing wrapping div and styles #91

Open
pascalduez opened this issue Aug 8, 2018 · 1 comment
Open

Consider removing wrapping div and styles #91

pascalduez opened this issue Aug 8, 2018 · 1 comment

Comments

@pascalduez
Copy link

pascalduez commented Aug 8, 2018

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:

* {
    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 :)

@jxnblk
Copy link
Member

jxnblk commented Aug 8, 2018

Related to #87 - I’m working on a better setup that should allow for completely unstyled setups

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