You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I trying to add some css property to specific @media query, Kirki simply put it without using @media. This occurs only when css added without page reload. On this screenshot see how to added property:
First property added when I try to change value in customizer (is not correct).
Second property added in php before customizer loaded (is correct).
Version used:
2.3.6
Using theme_mods or options?
theme_mods
Code to reproduce the issue (config + field(s))
Example with typography field, but it's not working properly for all available field types.
Issue description:
When I trying to add some css property to specific
@media
query, Kirki simply put it without using@media
. This occurs only when css added without page reload. On this screenshot see how to added property:First property added when I try to change value in customizer (is not correct).
Second property added in php before customizer loaded (is correct).
Version used:
2.3.6
Using theme_mods or options?
theme_mods
Code to reproduce the issue (config + field(s))
Example with typography field, but it's not working properly for all available field types.
The text was updated successfully, but these errors were encountered: