Rahul Verma
                                            Rahul Verma
                                        
                                    If something like the following is possible, that would be awesome! ``` PHP $text_color = #fff; $background_color = #555; $css[ 'global' ][ $css_target ][ 'color' ] = $text_color; $css[ 'global'...
Found a workaround if case some else is stuck on the same. It is a bit complicated but this is the only way it worked. Function to find out IDs...
@aristath what are your thoughts about this?
@aristath You have been pushing fixes for CSS-Vars. Just wondering if you have considered using `output` for the same?
I'm not against `css_vars`. I'm sorry if it seemed that way. I was suggesting that `output` should fully support it. Currently there is no way to assign CSS variables for...
@ouun The output method works in my themes. Have you correctly set choices and defaults? If would be helpful if you could share the code of the whole field.
@aristath are output and css_vars going to use same syntax in v4?
@aristath Is there any way to assign values of `font-weight` and `font-style` to CSS variables with the `typography` control? I need to have the following CSS: ```css :root { --body-font-family:...
Here's how I add `font-weight` and `font-style` to the CSS generated by Kirki. The only downside is `'transport' => 'auto'` doesn't work with this solution. #### Field code ```php Kirki::add_field(...
@MapSteps please consider reopening this issue.