diff --git a/dist/plain-ui.css b/dist/plain-ui.css index f500e68..bbb5ab5 100644 --- a/dist/plain-ui.css +++ b/dist/plain-ui.css @@ -4583,7 +4583,7 @@ h6, .h6 { } .border-round, .badge { - border-radius: 2px !important; + border-radius: 2px; } .borderless { @@ -4644,7 +4644,7 @@ h6, .h6 { * */ .round { - border-radius: 50% !important; + border-radius: 50%; } /** diff --git a/src/scss/helpers/_core.scss b/src/scss/helpers/_core.scss index 89dcd3e..b137443 100644 --- a/src/scss/helpers/_core.scss +++ b/src/scss/helpers/_core.scss @@ -18,7 +18,7 @@ } .border-round { - border-radius: $plain-ui__border-radius !important; + border-radius: $plain-ui__border-radius; } .borderless { @@ -51,7 +51,7 @@ */ .round { - border-radius: 50% !important; + border-radius: 50%; } /**