Skip to content

Commit

Permalink
Allow -moz-tab-size (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 9, 2020
1 parent 46439f9 commit df2b76a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ module.exports = {
{
ignoreValues: [
'grab',
'grabbing',
'tab-size' // It's still only prefixed in Firefox
'grabbing'
]
}
],
Expand All @@ -92,7 +91,8 @@ module.exports = {
ignoreProperties: [
'app-region', // For Electron
'appearance',
'mask'
'mask',
'tab-size' // It's still only prefixed in Firefox
]
}
],
Expand Down

0 comments on commit df2b76a

Please sign in to comment.