Skip to content

Can I remove the extra wrapper in <div>? #74

Answered by rwieruch
bezvrednyy asked this question in Q&A
Discussion options

You must be logged in to vote

At the moment the div HTML element is there for structural reasons and not easily removable. However, can you make your scenario happen by styling the div to your needs?

const theme = useTheme({
  BaseCell: `
    div {
      color: blue;
    }
  `,
});

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bezvrednyy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants