Skip to content

Commit 21f6f0f

Browse files
author
Shayan Guha
committed
.input-block-level should also be a class, not just a mixin
1 parent 2a7c21d commit 21f6f0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vendor/assets/stylesheets/bootstrap/_mixins.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
// --------------------------------------------------
148148

149149
// Block level inputs
150+
// This is also a class, defined at the bottom of the file
150151
@mixin input-block-level() {
151152
display: block;
152153
width: 100%;
@@ -631,4 +632,8 @@
631632

632633
@mixin grid-input-span($columns, $columnWidth, $gutterWidth) {
633634
width: (($columnWidth) * $columns) + ($gutterWidth * ($columns - 1)) - 14;
635+
}
636+
637+
.input-block-level {
638+
@include input-block-level;
634639
}

0 commit comments

Comments
 (0)