diff --git a/sass/_borders.scss b/sass/_borders.scss index 6b586ee..2fdde8f 100644 --- a/sass/_borders.scss +++ b/sass/_borders.scss @@ -12,6 +12,8 @@ */ +/* The extra `.bn` is required to boost the specificity, which is needed + * sometimes if you are setting the border to 0. */ .bn.bn { border-style: solid; border-width: 0; } .ba { border-style: solid; border-width: 1px; } .bt { border-top-style: solid; border-top-width: 1px; }