mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 00:29:52 +02:00
this were removed
This commit is contained in:
@@ -611,11 +611,6 @@ Mixins are used in conjunction with the grid variables to generate semantic CSS
|
|||||||
// Make the element grid-ready (applying everything but the width)
|
// Make the element grid-ready (applying everything but the width)
|
||||||
@include make-col-ready();
|
@include make-col-ready();
|
||||||
@include make-col($size, $columns: $grid-columns);
|
@include make-col($size, $columns: $grid-columns);
|
||||||
|
|
||||||
// Get fancy by offsetting, or changing the sort order
|
|
||||||
@include make-col-offset($size, $columns: $grid-columns);
|
|
||||||
@include make-col-push($size, $columns: $grid-columns);
|
|
||||||
@include make-col-pull($size, $columns: $grid-columns);
|
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
### Example usage
|
### Example usage
|
||||||
|
Reference in New Issue
Block a user