Re: [nyphp-talk] CSS Variables

2008-06-18 Thread Justin Dearing
On Wed, Jun 18, 2008 at 11:05 AM, Damion Hankejh (ingk) <[EMAIL PROTECTED]> wrote: > To gain the benefits of browser/proxy caching, trimmed down page size(s) and > thus faster loading pages, CSS should be in its own file. Just link to the > file in the header of your view files using: > Actuall

Re: [nyphp-talk] CSS Variables

2008-06-18 Thread tedd
At 10:47 AM -0400 6/18/08, Justin Dearing wrote: On Wed, Jun 18, 2008 at 9:52 AM, tedd <[EMAIL PROTECTED]> wrote: Or this: > http://sperling.com/examples/pcss/ You know I was using smarty templates for CSS but I think I like this better for the following reasons: 1) I had to escape the {}

RE: [nyphp-talk] CSS Variables

2008-06-18 Thread Damion Hankejh (ingk)
On Wed, Jun 18, 2008 at 9:52 AM, tedd <[EMAIL PROTECTED]> wrote: > Or this: > > http://sperling.com/examples/pcss/ You know I was using smarty templates for CSS but I think I like this better for the following reasons: 1) I had to escape the {} brackets that weren't variables, or change the varia

Re: [nyphp-talk] CSS Variables

2008-06-18 Thread Justin Dearing
On Wed, Jun 18, 2008 at 9:52 AM, tedd <[EMAIL PROTECTED]> wrote: > Or this: > > http://sperling.com/examples/pcss/ You know I was using smarty templates for CSS but I think I like this better for the following reasons: 1) I had to escape the {} brackets that weren't variables, or change the varia

Re: [nyphp-talk] CSS Variables

2008-06-18 Thread tedd
At 11:53 PM -0400 6/17/08, Jon Gilkison wrote: I posted some code we've been using a lot lately at Massify. Let's you use variables in CSS, as well as importing other stylesheets in. With PHP of course. http://interfacelab.com/variables-in-c