Last active
August 29, 2015 14:24
-
-
Save adamkudrna/55c340f9366f2f5cbb3f to your computer and use it in GitHub Desktop.
Bootstrap 2 + current LESS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Fix old LESS syntax in Bootstrap 2. | |
#grid { | |
.core { | |
.span (@columns) { | |
width: (@gridColumnWidth * @columns) + (@gridGutterWidth * (@columns - 1)); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment