adds divider to keyframes documentation

pull/4232/head
Kevin Åberg Kultalahti 6 years ago committed by GitHub
parent 24cec6f4f4
commit c374052bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -254,6 +254,8 @@ To apply styles to a selector globally, use the `:global(...)` modifier.
</style> </style>
``` ```
---
If you want to make @keyframes that are accesible globally you need to prepend your keyframe names with `-global-`. If you want to make @keyframes that are accesible globally you need to prepend your keyframe names with `-global-`.
```html ```html

Loading…
Cancel
Save