extra_styles not imported via configuration template when in html <p> #1107
Closed
Mariusthvdb
started this conversation in
General
Replies: 2 comments 4 replies
-
|
I'm not really sure I understand your problem. However Maybe it's something we could improve... |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
can confirm extra_styles configuration template containing the 'scroll' keyframes, is now (v 7.0.0) correctly merged, also on the and the built-in 'blink' working fine together with that. sweet, thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
having all of my @Keyframes animations in a separate extra_styles template, allows me to add animations to all options in button-card, without having to declare these animations in each and every button-card under extra_styles.
Today, I noticed there is an exception to this, when using the following structure:
I have the
in my template
extra_styles, but as you see I have that template commented, and now explicitly create it at the bottom, to be used next to the builtinblink.somehow this is a first, and I cant explain how and why
actual button:

full button yaml (sorry cant find how to 'hide' this in a details tag in GitHub ):
Beta Was this translation helpful? Give feedback.
All reactions