Files

5 lines
84 B
SCSS
Raw Permalink Normal View History

2022-09-30 20:02:02 +01:00
// Component transition
@mixin control-transition() {
transition: all .2s ease;
}