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
1.0.0-alpha.46
Try to override body background color in index.styl file. For example,
body
body { background-color: black; }
The body will use default theme and won't be black.
Custom style in injected at the end of style bundle
Style is injected at the beginning of the bundle, so there is no way to override defaut theme. 😭
The text was updated successfully, but these errors were encountered:
dabf506
Fixed at dabf506
Sorry, something went wrong.
No branches or pull requests
Bug report
Version
1.0.0-alpha.46
Steps to reproduce
Try to override
body
background color in index.styl file.For example,
The body will use default theme and won't be black.
What is expected?
Custom style in injected at the end of style bundle
What is actually happening?
Style is injected at the beginning of the bundle, so there is no way to override defaut theme.
😭
Other relevant information
The text was updated successfully, but these errors were encountered: