We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8837348 commit eba2b2cCopy full SHA for eba2b2c
.changeset/lazy-moose-agree.md
@@ -0,0 +1,5 @@
1
+---
2
+'@primer/css': patch
3
4
+
5
+Fix 'clac' -> 'calc' typo
src/forms/radio-group.scss
@@ -7,7 +7,7 @@
7
.radio-label {
8
float: left;
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
+ 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
12
margin-left: -1px;
13
font-size: $body-font-size;
0 commit comments