permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

_transition.scss
text/plain

Download raw (84 bytes)

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