Skip to content

Commit e2c1b6a

Browse files
author
Alex Bea
authored
Merge pull request #45 from punkave/hotfix/auto
Adds auto to the allowed keywords
2 parents da63b83 + f727f60 commit e2c1b6a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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
]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-punkave",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "index.js",
55
"author": "P'unk Ave",
66
"repository": {

0 commit comments

Comments
 (0)