UNPKG

395 BSCSSView Raw
1@charset "UTF-8";
2
3// tab placeholders
4// --------------------------------------------------
5
6// why placeholders? please read:
7// http://krasimirtsonev.com/blog/article/SASS-mixins-extends-and-placeholders-differences-use-cases
8
9%motion-common {
10 animation-duration: .4s;
11 animation-fill-mode: both;
12}
13
14%motion-common-leave {
15 animation-duration: .4s;
16 animation-fill-mode: both;
17}