Hi Ganesh,

It would be great if less.js (http://lesscss.org/) would be available
through the Google distribution network.
Less Css (Leaner CSS) is a popular dynamic stylesheet language, which
can be included by  a Javascript (less.js).

In short, with Less you can store the following in e.g. main.less:

@color: #4D926F;
#header {
  color: @color;
}
h2 {
  color: @color;
}

and then include it on your page by using:

<link rel="stylesheet/less" href="/css/main.less" />
<script type="text/javascript" src="/js/less-1.1.3.min.js"></script>


Let me know if you need more information.


Regards,
Marcel


On Aug 22, 3:14 pm, Ganesh Pasarkar <[email protected]> wrote:
> Hello Marcel,
>
> Thanx for your response, can you please give me example to integrate
> with Google
> AJAX APIs.
>
> I will grateful to you
>
> Regards
> Ganesh
>
> On Mon, Aug 22, 2011 at 6:29 PM, Marcel Overdijk
> <[email protected]>wrote:
>
>
>
>
>
>
>
> > Please add less.js to Google AJAX APIs
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Google AJAX APIs" group.
> > To post to this group, send email to
> > [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
> > To view this message on the web, visit
> >http://groups.google.com/group/google-ajax-search-api?hl=en_US
> > For more options, visit this group at
> >http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
http://groups.google.com/group/google-ajax-search-api?hl=en_US
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to