mirror of
https://github.com/primer/css.git
synced 2024-11-22 01:53:17 +03:00
parent
8837348f1c
commit
eba2b2c157
5
.changeset/lazy-moose-agree.md
Normal file
5
.changeset/lazy-moose-agree.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'@primer/css': patch
|
||||
---
|
||||
|
||||
Fix 'clac' -> 'calc' typo
|
@ -7,7 +7,7 @@
|
||||
.radio-label {
|
||||
float: left;
|
||||
// stylelint-disable-next-line primer/spacing
|
||||
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
|
||||
// stylelint-disable-next-line primer/spacing
|
||||
margin-left: -1px;
|
||||
font-size: $body-font-size;
|
||||
|
Loading…
Reference in New Issue
Block a user