Skip to content

Commit df2b76a

Browse files
authored
Allow -moz-tab-size (#10)
1 parent 46439f9 commit df2b76a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ module.exports = {
8181
{
8282
ignoreValues: [
8383
'grab',
84-
'grabbing',
85-
'tab-size' // It's still only prefixed in Firefox
84+
'grabbing'
8685
]
8786
}
8887
],
@@ -92,7 +91,8 @@ module.exports = {
9291
ignoreProperties: [
9392
'app-region', // For Electron
9493
'appearance',
95-
'mask'
94+
'mask',
95+
'tab-size' // It's still only prefixed in Firefox
9696
]
9797
}
9898
],

0 commit comments

Comments
 (0)