_transition.scss 84 B

1234
  1. // Component transition
  2. @mixin control-transition() {
  3. transition: all .2s ease;
  4. }