Skip to content

Commit

Permalink
Update css.rule.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed May 29, 2024
1 parent deaa36c commit c3940d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/css.rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default {
'declaration-property-unit-allowed-list': {
'/^transition/': ['ms'],
},
'unit-allowed-list': ['px', '%'],
'unit-allowed-list': ['px', '%', 'ms'],
},
};

0 comments on commit c3940d7

Please sign in to comment.