UNPKG

118 BSCSSView Raw
1@mixin animatTransition ($property, $duration: .1s, $func: ease-in-out) {
2 transition: $property $duration $func;
3}
\No newline at end of file