Skip to content

Commit d0d1059

Browse files
authored
Merge pull request #1577 from gethinode/develop
fix: exclude stylelint rule no-invalid-position-declaration for scrol…
2 parents d99d2ad + f0fdda6 commit d0d1059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/scss/common/_scrollbar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
// Standard version (Firefox, only appears on scroll)
2323
@supports (-moz-appearance:none) {
24+
/* stylelint-disable-next-line no-invalid-position-declaration */
2425
scrollbar-color: $foreground-color $background-color;
2526
}
2627
}

0 commit comments

Comments
 (0)