1
1
mirror of https://github.com/primer/css.git synced 2024-12-14 06:44:38 +03:00

Add support for using <button>s

This commit is contained in:
simurai 2019-12-26 21:35:25 +09:00
parent 3f72b945d6
commit f63d53c56e

View File

@ -17,6 +17,7 @@
line-height: $lh-default;
color: $text-gray;
text-align: center;
border: none;
// stylelint-disable-next-line primer/borders
border-bottom: 2px $border-style transparent;