1
1
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:
simurai 2020-02-14 16:42:51 +09:00
parent 39c1670789
commit 02b648ec7e

View File

@ -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 {