Skip to content

Commit fbb914f

Browse files
author
Alex Bea
authored
Merge pull request #38 from punkave/hotfix/transparent-keyword
Adds transparent as an ignored keyword for strict value
2 parents 5feb44b + aa5881b commit fbb914f

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
ignoreKeywords: [
8686
'currentColor',
8787
'inherit',
88-
'initial'
88+
'initial',
89+
'transparent'
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": "0.2.0",
3+
"version": "0.2.1",
44
"main": "index.js",
55
"author": "P'unk Ave",
66
"repository": {

0 commit comments

Comments
 (0)