mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-07 13:48:31 +08:00
fix: var naming error
This commit is contained in:
parent
e39c960f5b
commit
7151ef90c6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user