<div dir="ltr">+1 for wp_add_inline_style() for dynamic (theme option or custom) CSS overrides.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 10, 2014 at 6:32 PM, Sheri Bigelow <span dir="ltr"><<a href="mailto:sheri@designsimply.com" target="_blank">sheri@designsimply.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class=""><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr"><div style="font-family:tahoma,sans-serif">About the Theme Customizer API and dynamic CSS, I wondered if it was better to add styles with wp_add_inline_style() or to add a dynamic css <a href="http://css-tricks.com/css-variables-with-php/" target="_blank">like this</a> and enqueue them with wp_enqueue_style() ?<span style="font-family:arial"> </span></div>

</div></blockquote><div></div></div><br></div></div><div class="gmail_extra">I think adding styles with wp_add_inline_style() would be better than generating CSS in a PHP file like in the example you linked to because the PHP route seems like more overhead to me plus it's an extra file where you don't need to make an extra file.</div>

</div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>