Skip to content

Commit d89ed1f

Browse files
author
Merrifield, Jay
committed
added border-{top,right,bottom,left}-color rules
1 parent fa406e8 commit d89ed1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rules/fallback-colors.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ CSSLint.addRule({
1616
color: 1,
1717
background: 1,
1818
"border-color": 1,
19+
"border-top-color": 1,
20+
"border-right-color": 1,
21+
"border-bottom-color": 1,
22+
"border-left-color": 1,
1923
border: 1,
2024
"border-top": 1,
2125
"border-right": 1,

0 commit comments

Comments
 (0)