Skip to content

Commit 9f216fa

Browse files
committed
Fixing stylelint property order
1 parent b644c26 commit 9f216fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buttons/misc.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
line-height: $lh-condensed-ultra;
7373
color: var(--color-text-secondary);
7474
vertical-align: middle;
75-
box-shadow: none;
7675

7776
// For `<button>` elements
7877
background: transparent;
7978
border: 0;
79+
box-shadow: none;
8080

8181
&:hover { color: var(--color-text-link); }
8282

0 commit comments

Comments
 (0)