mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-06 18:37:07 +00:00
18 lines
395 B
SCSS
18 lines
395 B
SCSS
@charset "UTF-8";
|
|
|
|
// tab placeholders
|
|
// --------------------------------------------------
|
|
|
|
// why placeholders? please read:
|
|
// http://krasimirtsonev.com/blog/article/SASS-mixins-extends-and-placeholders-differences-use-cases
|
|
|
|
%motion-common {
|
|
animation-duration: .4s;
|
|
animation-fill-mode: both;
|
|
}
|
|
|
|
%motion-common-leave {
|
|
animation-duration: .4s;
|
|
animation-fill-mode: both;
|
|
}
|