1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00

chore: lint

This commit is contained in:
Shawn Allen 2019-05-09 14:16:53 -07:00
parent 15ebd6ffc3
commit 5e8e11832a

View File

@ -7,8 +7,8 @@
/* Add a gray border to the left and right */
.border-x {
border-left: $border !important;
border-right: $border !important;
border-left: $border !important;
}
/* Add a gray border to the top and bottom */