mkdocs-material/tests/visual/suites/layout/nav/docs/nested.md
2017-02-12 18:44:44 +01:00

13 lines
245 B
Markdown

# 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.
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>