Skip to content

Commit

Permalink
Allow vendor prefix (safari)
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Sep 11, 2023
1 parent 7aa45a8 commit 65aa88e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
'number-leading-zero': 'always',
'number-no-trailing-zeros': true,
'property-case': 'lower',
'property-no-vendor-prefix': false,
'property-no-unknown': true,
'selector-attribute-brackets-space-inside': 'never',
'selector-attribute-operator-space-after': 'never',
Expand Down

0 comments on commit 65aa88e

Please sign in to comment.