>>How would you perform CSS pre-processing with CF?

Well, if the job is just to create dynamic CSS, CF can do the same way it can 
create dynamic HTML.
It can either create static .CSS files whenever styles muste be changed. For 
instance, in my CMS I have a styles editor with all parameters stored in a 
database.
It can also create 100% dynamic CSS, like in
<LINK HREF="myStyles.cfm"...
although in that case CSS files cannot be cached on client side, but I suppose 
it will be the same with LESS files.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356748
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to