Skip to content

Instantly share code, notes, and snippets.

@thomasklemm
Created October 5, 2013 14:08
Show Gist options
  • Save thomasklemm/6841343 to your computer and use it in GitHub Desktop.
Save thomasklemm/6841343 to your computer and use it in GitHub Desktop.
Style a basic Rails form with Twitter Bootstrap 3.0
form
.field
@extend .form-group
input[type=text], textarea, input[type=email], input[type=search], input[type=password]
@extend .form-control
label
@extend .control-label
.field .field_with_errors
@extend .has-error
input[type=submit]
@extend .btn
@extend .btn-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment