1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Add .rounded-0 utility class (#21214)

* Add rounded-0 class
This commit is contained in:
Ken Dale
2016-11-26 19:47:53 -05:00
committed by Mark Otto
parent 095ea0b795
commit dc52029bea
2 changed files with 12 additions and 6 deletions

View File

@@ -31,3 +31,7 @@
.rounded-circle {
border-radius: 50%;
}
.rounded-0 {
border-radius: 0;
}