Why do I need !important for the margin:0 to show?
@import "bootstrap-sprockets";
@import "bootstrap";
.alert {
  margin: 0 !important;
}
and
 *= require_tree .
 *= require_self
Why do I need !important for the margin:0 to show?
@import "bootstrap-sprockets";
@import "bootstrap";
.alert {
  margin: 0 !important;
}
and
 *= require_tree .
 *= require_self
