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

Wrong order using @import #274

Closed
ingobecker opened this issue Apr 9, 2014 · 2 comments
Closed

Wrong order using @import #274

ingobecker opened this issue Apr 9, 2014 · 2 comments

Comments

@ingobecker
Copy link

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
Copy link
Owner

Kronuz commented Apr 9, 2014

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
Copy link
Owner

Kronuz commented Apr 26, 2014

It should be working now in master.

@Kronuz Kronuz closed this as completed Apr 26, 2014
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