You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails to compile (after some delay) with the error:
SyntaxError: undefined in /home/anders/git/bootstrap/less/test.less on line 8, column 3:
7 .foo {
8 .clearfix();
9 }
I wanted to try the new source map feature in a project where we customize and compile Bootstrap 3, but this issue currently prevents me from using the 1.5 beta.
The use case for the code above has been described in #1437.
The text was updated successfully, but these errors were encountered:
I fixed this and released a new version - 1.5.0-b2. I also compared bootstrap in 1.4.2 with 1.5.0 and the only differences were improved whitespace rendering.
The following code:
Fails to compile (after some delay) with the error:
I wanted to try the new source map feature in a project where we customize and compile Bootstrap 3, but this issue currently prevents me from using the 1.5 beta.
The use case for the code above has been described in #1437.
The text was updated successfully, but these errors were encountered: