Commit 4f947f46 authored by Allan Chau's avatar Allan Chau Committed by GitHub
Browse files

Remove unused $size parameter

parent 7d2295ff
17 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!20778V4 dev,!20539Allow multiple modals,!20493V4 dev display,!20636Fix docs for heading sizes,!22391V4 dev,!22547Finished a new translation for bootstrap,!22143Fix selectable disabled toggle radio buttons,!22598test,!21067dfsa,!20413Remove unused $size parameter,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!17021v4
Showing with 1 addition and 1 deletion
+1 -1
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
margin-right: ($gutter / -2); margin-right: ($gutter / -2);
} }
@mixin make-col-ready($size, $columns: $grid-columns, $gutter: $grid-gutter-width) { @mixin make-col-ready($columns: $grid-columns, $gutter: $grid-gutter-width) {
position: relative; position: relative;
min-height: 1px; // Prevent collapsing min-height: 1px; // Prevent collapsing
padding-right: ($gutter / 2); padding-right: ($gutter / 2);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment