aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Galante <[email protected]>2017-09-07 14:36:01 -0300
committerMark Otto <[email protected]>2017-09-09 17:01:15 -0700
commitaa5e97da044d774e4d1b5c54234cc8bf1ce862f5 (patch)
tree78fd65c62a84ca522981653d8d7ea956dd1c3297
parent02c7eae47efc11b533d3b2fd076c60154715ebfd (diff)
downloadbootstrap-aa5e97da044d774e4d1b5c54234cc8bf1ce862f5.tar.xz
bootstrap-aa5e97da044d774e4d1b5c54234cc8bf1ce862f5.zip
adds missing important on utility classs
-rw-r--r--scss/utilities/_borders.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/utilities/_borders.scss b/scss/utilities/_borders.scss
index b7e91c260..3ff603c32 100644
--- a/scss/utilities/_borders.scss
+++ b/scss/utilities/_borders.scss
@@ -44,9 +44,9 @@
}
.rounded-circle {
- border-radius: 50%;
+ border-radius: 50% !important;
}
.rounded-0 {
- border-radius: 0;
+ border-radius: 0 !important;
}