Skip to content

Commit

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

0 comments on commit deaa36c

Please sign in to comment.