From c374052bb3016c058db45110d744668ebca09325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20=C3=85berg=20Kultalahti?= Date: Wed, 8 Jan 2020 22:16:04 +0100 Subject: [PATCH] adds divider to keyframes documentation --- site/content/docs/01-component-format.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/docs/01-component-format.md b/site/content/docs/01-component-format.md index 3b120bfbf5..247d757120 100644 --- a/site/content/docs/01-component-format.md +++ b/site/content/docs/01-component-format.md @@ -254,6 +254,8 @@ To apply styles to a selector globally, use the `:global(...)` modifier. ``` +--- + If you want to make @keyframes that are accesible globally you need to prepend your keyframe names with `-global-`. ```html