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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "styles for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {