-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
- I confirm that this is an issue rather than a question.
Bug report
Version
1.0.0-alpha.46
Steps to reproduce
Try to override body
background color in index.styl file.
For example,
body {
background-color: black;
}
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
- Your OS: MacOs 10.14.4
- Node.js version: 10.15
- Browser version: Safari 12.1
- Is this a global or local install? local
- Which package manager did you use for the install? yarn
- Does this issue occur when all plugins are disabled? no
Metadata
Metadata
Assignees
Labels
No labels