@primer/css 19.5.0 → 19.5.2-rc.4f5d173e

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.
@@ -157,7 +157,7 @@ $responsive-variants: (
157
157
  xl: '-xl',
158
158
  ) !default;
159
159
 
160
- // responive utility position values
160
+ // responsive utility position values
161
161
  $responsive-positions: (
162
162
  static,
163
163
  relative,
@@ -53,6 +53,8 @@
53
53
  .color-bg-sponsors { background-color: var(--color-sponsors-subtle) !important; }
54
54
  .color-bg-sponsors-emphasis { background-color: var(--color-sponsors-emphasis) !important; }
55
55
 
56
+ .color-bg-transparent { background-color: transparent !important; }
57
+
56
58
  // Border
57
59
 
58
60
  .color-border-default { border-color: var(--color-border-default) !important; }
@@ -85,7 +85,7 @@
85
85
  @each $breakpoint, $variant in $responsive-variants {
86
86
  @include breakpoint($breakpoint) {
87
87
 
88
- // Auto varients
88
+ // Auto variants
89
89
  .width#{$variant}-auto { width: auto !important; }
90
90
 
91
91
  /* Set the direction to rtl */