mirror of
https://github.com/primer/css.git
synced 2024-12-14 23:12:03 +03:00
Use $border-radius variable
This commit is contained in:
parent
39c1670789
commit
02b648ec7e
@ -19,7 +19,7 @@
|
||||
background-size: 110% 110%;
|
||||
border: $border-width $border-style $border-color-button;
|
||||
// stylelint-disable-next-line primer/borders
|
||||
border-radius: 0.25em;
|
||||
border-radius: $border-radius;
|
||||
appearance: none; // Corrects inability to style clickable `input` types in iOS.
|
||||
|
||||
i {
|
||||
|
Loading…
Reference in New Issue
Block a user