diff options
| author | Mark Otto <[email protected]> | 2017-09-09 17:39:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-09 17:39:56 -0700 |
| commit | 9cd634fb46c261f731709b0ab2728d2fc35b8ec4 (patch) | |
| tree | 5ca4a40b3154eda545d09a428d974b96c85bd64c /scss | |
| parent | 6df1f5338b38ee7d6675ae179b865d14ea099df6 (diff) | |
| parent | 1abafb36fed3842b050637fc6cedcad45480d8fb (diff) | |
| download | bootstrap-9cd634fb46c261f731709b0ab2728d2fc35b8ec4.tar.xz bootstrap-9cd634fb46c261f731709b0ab2728d2fc35b8ec4.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/utilities/_borders.scss | 4 |
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; } |
