mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
13 lines
245 B
Markdown
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>
|