Skip to content

Commit e83a0ae

Browse files
author
Alex Bea
authored
Adds auto to the allowed keywords
1 parent da63b83 commit e83a0ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ module.exports = {
8585
'currentColor',
8686
'inherit',
8787
'initial',
88-
'transparent'
88+
'transparent',
89+
'auto'
8990
]
9091
}
9192
]

0 commit comments

Comments
 (0)