1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Move border-radius mixin from scss/_mixins.scss to scss/mixins/_border-radius.scss

Reunites the family.
Closes #17791
This commit is contained in:
Chris Rebert
2015-10-07 00:05:38 -07:00
committed by Kevin Kirsche
parent 781916cab6
commit a180a3362a
3 changed files with 6 additions and 6 deletions

View File

@@ -283,7 +283,7 @@ input[type="checkbox"] {
}
}
.has-error {
.has-danger {
@include form-control-validation($brand-danger);
.form-control-error {
@@ -352,7 +352,7 @@ input[type="checkbox"] {
// .has-warning {
// @include form-control-validation($state-warning-text, $state-warning-text, $state-warning-bg);
// }
// .has-error {
// .has-danger {
// @include form-control-validation($state-danger-text, $state-danger-text, $state-danger-bg);
// }
//