Here is the code to generate 5 columns to be used with the Twitter Bootstrap framework.
Using SASS mixin:
1 | .col-lg-2-4{ |
And to create .col-*-push-*, pull, and offset
1 | .col-md-push-2-4{ |
Here is the code to generate 5 columns to be used with the Twitter Bootstrap framework.
Using SASS mixin:
1 | .col-lg-2-4{ |
And to create .col-*-push-*, pull, and offset
1 | .col-md-push-2-4{ |