Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Bug in 0.4.0 #56

Closed
steida opened this issue Mar 21, 2015 · 0 comments
Closed

Bug in 0.4.0 #56

steida opened this issue Mar 21, 2015 · 0 comments

Comments

@steida
Copy link

steida commented Mar 21, 2015

After updating to 0.4, css is extracted in wrong order. You can check my configuration at https://github.com/steida/este

@import '../../node_modules/normalize.css/normalize.css'
@import './button.styl'

*
  -webkit-tap-highlight-color rgba(0,0,0,0)

This should be extracted in the order: normalize, then button, then the rest of the file.
Instead button is first, the file content, and normalize is last. It looks like a bug.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant