Skip to content

Instantly share code, notes, and snippets.

@adamkudrna
Last active August 29, 2015 14:24
Show Gist options
  • Save adamkudrna/55c340f9366f2f5cbb3f to your computer and use it in GitHub Desktop.
Save adamkudrna/55c340f9366f2f5cbb3f to your computer and use it in GitHub Desktop.
Bootstrap 2 + current LESS
// 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