Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Expose input-block-level mixin as class
  • Loading branch information
yury committed Mar 1, 2013
1 parent 028ea46 commit e2607db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/mixins.scss
Expand Up @@ -182,6 +182,10 @@
@include box-sizing(border-box); // Makes inputs behave like true block-level elements
}

.input-block-level {
@include input-block-level()
}



// Mixin for form field states
Expand Down

0 comments on commit e2607db

Please sign in to comment.