Last updated
Was this helpful?
Last updated
Was this helpful?
Ensure values are ordered consistently in your CSS.
With do:
Some CSS properties accept their values in an arbitrary order; for this reason, it is entirely possible that different developers will write their values in different orders. This module normalizes the order, making it easier for other modules to understand which declarations are duplicates.
animation
, -webkit-animation
border(border-left|right|top|bottom)
box-shadow
outline
flex-flow
transition
, -webkit-transition
For more examples, see the .
See the for examples for your environment.
See .
MIT ©