Commit a4ab2a0f authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Use existing transition duration.

parent 5473beb8
.fade-enter-active,
.fade-leave-active {
transition: opacity .5s;
transition: opacity $sidebar-transition-duration;
}
.monaco-loader {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment