1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-12-19 02:46:00 +01:00
mkdocs-material/tests/visual/suites/layout/nav/docs/nested.md

13 lines
245 B
Markdown
Raw Normal View History

2017-02-12 18:44:44 +01:00
# Suite
All transitions are set to `none` in order to ensure that all elements of
interest always look the same and are not captured somewhere in the middle.
2017-02-10 16:01:38 +01:00
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>