matcha-theme 1.0.12 → 1.0.13

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.
@@ -787,21 +787,22 @@
787
787
  0 #{$radius-value}px #{$radius-value}px 0
788
788
  )
789
789
  )
790
- ) !important;
790
+ )!important;
791
791
  }
792
792
  }
793
793
  }
794
794
  }
795
+ .border-radius#{$infix}-circle,
796
+ .border-radius#{$infix}-full,
797
+ .border-radius#{$infix}-round {
798
+ border-radius: 999px !important;
799
+ }
795
800
  }
796
801
  }
797
802
  }
798
803
  @include helper-border-radius($helper-breakpoints);
799
804
 
800
- .border-radius-circle,
801
- .border-radius-full,
802
- .border-radius-round {
803
- border-radius: 999px !important
804
- }
805
+
805
806
 
806
807
  // -----------------------------------------------------------------------------------------------------
807
808
  // @ Overflow helpers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "styles for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {