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

Prepare Bootstrap for LESS 1.4.0 #6037

Closed
gaurav21r opened this issue Nov 28, 2012 · 2 comments
Closed

Prepare Bootstrap for LESS 1.4.0 #6037

gaurav21r opened this issue Nov 28, 2012 · 2 comments

Comments

@gaurav21r
Copy link

The good people at (https://github.com/cloudhead/less.js) are working on version 1.4.0 for LESS.
Apparently this breaks 1.3.1 code. Bootstrap also fails to compile under 1.4.0 (dev).
Please have a look here (less/less.js#1042)
Maybe bootstrap should change to the changes in LESS convention?

@mdo
Copy link
Member

mdo commented Nov 28, 2012

Since there are no specifics here, and we're talking about supporting alpha/beta dependencies, I'm going to close this out. I'll reach out to the Less folks and see what we can do.

@gaurav21r
Copy link
Author

@mdo With reference from (less/less.js#1042 (comment)) we now have a specific list of changes that we need to undertake to make Bootstrap LESS 1.4 Compatible.

Put all operations into brackets
replace

~(@{a}) {
}

or

:nth-child(@a)

with

@{a} {
}
:nth-child(@a)

Can we continue the discussion here in terms of a roadmap?

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