@import 'compass/css3/border-radius'; @import 'twitter/bootstrap/variables'; @import 'twitter/bootstrap/alerts'; #error_explanation { @extend .alert; @extend .alert-error; h2 { color: $errorText; } } .field_with_errors { display: table; label { color: $errorText; } input, textarea, select { border: 1px solid $errorBorder;; } }