Skip to content

Commit dabed1e

Browse files
Merge pull request twbs#231 from sguha00/input-block-level
.input-block-level should also be a class, not just a mixin
2 parents d6b9349 + 21f6f0f commit dabed1e

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%;
@@ -639,4 +640,8 @@
639640

640641
@mixin grid-input-span($columns, $columnWidth, $gutterWidth) {
641642
width: (($columnWidth) * $columns) + ($gutterWidth * ($columns - 1)) - 14;
643+
}
644+
645+
.input-block-level {
646+
@include input-block-level;
642647
}

0 commit comments

Comments
 (0)