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

The new bootstrap 3, LESS Syntax Issue #8812

Closed
N30 opened this issue Jul 29, 2013 · 2 comments
Closed

The new bootstrap 3, LESS Syntax Issue #8812

N30 opened this issue Jul 29, 2013 · 2 comments

Comments

@N30
Copy link

N30 commented Jul 29, 2013

The new bootstrap 3 that was just released, seems to have a weird syntax for the two mixins vertical, and horizontal. I had to change the ';' to ',' for it to work. I just wanted to point that out so others can use it out of the box as it can be hard to troubleshoot specially if you compile less with php.

.horizontal(@start-color: #555; @start-percent: 0%; @end-color: #333; @end-percent: 100%)
to
.horizontal(@start-color: #555, @start-percent: 0%, @end-color: #333, @end-percent: 100%)
same thing with .vertical

@mdo
Copy link
Member

mdo commented Jul 29, 2013

Any compiler that doesn't support the ; should update to support it—it's part of the official docs.

@mdo mdo closed this as completed Jul 29, 2013
@cvrebert
Copy link
Collaborator

Recess is the only officially supported LESS compiler toolchain; see http://twbs.github.io/bootstrap/getting-started/#download-cdn

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

3 participants