fix: var naming error

This commit is contained in:
07akioni 2019-12-23 21:41:25 +08:00
parent e39c960f5b
commit 7151ef90c6

View File

@ -57,7 +57,7 @@ $layout-nav-height: 64px;
top: 0;
bottom: 0;
z-index: 0;
transition: opacity 0.3s $default-cubic-bezier;
transition: opacity 0.3s $--n-ease-in-out-cubic-bezier;
opacity: 0;
}
@include m(selected) {