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

Index.styl is not injected at the end of the style bundle #1523

Closed
1 task done
Slashgear opened this issue Apr 6, 2019 · 1 comment
Closed
1 task done

Index.styl is not injected at the end of the style bundle #1523

Slashgear opened this issue Apr 6, 2019 · 1 comment

Comments

@Slashgear
Copy link
Contributor

  • 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
@ulivz
Copy link
Member

ulivz commented Apr 6, 2019

Fixed at dabf506

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