Skip to content

Consider removing wrapping div and styles #91

@pascalduez

Description

@pascalduez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions