Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

Wrong order using @import #274

Closed ingobecker closed 10 years ago

ingobecker commented 10 years ago

Trying to compile bootstrap-sass results in wrong css. Pyscss seems to mix up the order of @import-statements in bootstrap.scss. In my case it renders the _navbar.scss partial before the _navs.scss partial while ruby scss preserves the order of imports. This makes bootstrap unusable for me, as very basic components such as navigation links of the navigation bar are styled incorrectly.

Kronuz commented 10 years ago

Yes, this was an issue that was fixed in bdfb8bf. In master the problem is gone...however, at the moment theres's a bug that now breaks variables. You could cherry pick that commit if you need a quick fix, or checkout to a5991b2. Something (dunno what) between that point and the master's tip broke the variables for me.

Kronuz commented 10 years ago

It should be working now in master.