2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

improve additive/subtractive border util docs

This commit is contained in:
Mark Otto
2018-01-01 20:51:20 -08:00
parent 750291b251
commit dccd0037d8
2 changed files with 16 additions and 2 deletions
+6 -1
View File
@@ -357,7 +357,12 @@
height: 5rem;
margin: .25rem;
background-color: #f5f5f5;
border: 1px solid;
}
}
.bd-example-border-utils-0 {
[class^="border"] {
border: 1px solid $border-color;
}
}