Files
2020-06-11 16:42:43 +02:00

5 lines
84 B
SCSS

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