Skip to content

Commit

Permalink
add outline rule
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Jan 12, 2022
1 parent 9c89e6c commit f2fb772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ module.exports = {
'/^transition/': ['/all/'],
'/^background/': ['http:', 'https:'],
'/^border/': ['none'],
'/.+/': ['initial']
'/.+/': ['initial'],
'/^outline/': ['0', 'none']
},
'function-calc-no-unspaced-operator': true,
'function-linear-gradient-no-nonstandard-direction': true,
Expand Down

0 comments on commit f2fb772

Please sign in to comment.