Closed ingobecker closed 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.
It should be working now in master.
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.