On 9/10/2013 2:05 PM, =?ISO-8859-1?Q?Claude_Schn=E9egans wrote: > > >>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.
The LESS files are processed to get your CSS files. LESS=source; CSS=compiled. Probably a bad analogy. :) -- LinkedIn: http://www.linkedin.com/pub/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://rogerthegeek.wordpress.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:356750 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

