Skip to content

Commit f2fb772

Browse files
committed
add outline rule
1 parent 9c89e6c commit f2fb772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ module.exports = {
3838
'/^transition/': ['/all/'],
3939
'/^background/': ['http:', 'https:'],
4040
'/^border/': ['none'],
41-
'/.+/': ['initial']
41+
'/.+/': ['initial'],
42+
'/^outline/': ['0', 'none']
4243
},
4344
'function-calc-no-unspaced-operator': true,
4445
'function-linear-gradient-no-nonstandard-direction': true,

0 commit comments

Comments
 (0)