matcha-theme 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base/_helpers.scss +2 -1
- package/package.json +1 -1
package/base/_helpers.scss
CHANGED
|
@@ -731,7 +731,8 @@
|
|
|
731
731
|
$border-value: $i * 2;
|
|
732
732
|
$border-suffix: "-#{$border-value}";
|
|
733
733
|
// Gerar classes para todos os cantos
|
|
734
|
-
.border#{$infix}#{$border-suffix}
|
|
734
|
+
.border#{$infix}#{$border-suffix},
|
|
735
|
+
.b#{$infix}#{$border-suffix} {
|
|
735
736
|
border: #{$border-value}px solid!important;
|
|
736
737
|
}
|
|
737
738
|
|