@primer/css 21.3.2 → 21.3.3-rc.f101143f

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.
@@ -7,7 +7,7 @@
7
7
  .radio-label {
8
8
  float: left;
9
9
  // stylelint-disable-next-line primer/spacing
10
- padding: 6px var(--base-size-16) 6px clac(var(--base-size-16) + 12px + var(--base-size-8)); // 12px is the size of the radio-input
10
+ padding: 6px var(--base-size-16) 6px calc(var(--base-size-16) + 12px + var(--base-size-8)); // 12px is the size of the radio-input
11
11
  // stylelint-disable-next-line primer/spacing
12
12
  margin-left: -1px;
13
13
  font-size: $body-font-size;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "21.3.2",
3
+ "version": "21.3.3-rc.f101143f",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",