* Destroys the vue instance when the route is changed

* Add new doc helper

* Update docs
This commit is contained in:
cinwell.li 2017-01-24 22:29:50 +08:00 committed by GitHub
commit 0709239c77
6 changed files with 118 additions and 12 deletions

View file

@ -354,6 +354,12 @@ body.sticky {
}
}
.markdown-section p.warn {
padding: 1em;
background: rgba($color-primary, 0.1);
border-radius: 2px;
}
body.close {
.sidebar {
transform: translateX(-$sidebar-width);