(dist) version bump

nohash
cloudhead 14 years ago
parent 075523e96d
commit 6d41281dbe

2355
dist/less-1.0.22.js vendored

File diff suppressed because it is too large Load Diff

@ -1,61 +0,0 @@
//
// LESS - Leaner CSS v1.0.22
// http://lesscss.org
//
// Copyright (c) 2010, Alexis Sellier
// Licensed under the Apache 2.0 License.
//
(function(z){function q(b){return z.less[b.split("/")[1]]}function M(b,a){for(var d=0;d<n.sheets.length;d++)N(n.sheets[d],b,a,n.sheets.length-(d+1))}function N(b,a,d,f){var e=b.href.replace(/\?.*$/,""),i=C&&C.getItem(e),j=C&&C.getItem(e+":timestamp"),k={css:i,timestamp:j};Q(b.href,function(p,r){if(!d&&k&&(new Date(r)).valueOf()===(new Date(k.timestamp)).valueOf()){G(k.css,b);a(null,b,{local:true,remaining:f})}else(new n.Parser({optimization:n.optimization,paths:[e.replace(/[\w\.-]+$/,"")]})).parse(p,
function(u,t){if(u)return O(u,e);try{a(t,b,{local:false,lastModified:r,remaining:f});R(document.getElementById("less-error-message:"+e.replace(/[^a-z]+/gi,"-")))}catch(H){O(H,e)}})},function(p,r){throw new Error("Couldn't load "+r+" ("+p+")");})}function G(b,a,d){var f,e=a.href?a.href.replace(/\?.*$/,""):"";a="less:"+(a.title||e.match(/(?:^|\/)([-\w]+)\.[a-z]+$/i)[1]);if((f=document.getElementById(a))===null){f=document.createElement("style");f.type="text/css";f.media="screen";f.id=a;document.getElementsByTagName("head")[0].appendChild(f)}if(f.styleSheet)try{f.styleSheet.cssText=
b}catch(i){throw new Error("Couldn't reassign styleSheet.cssText.");}else(function(j){if(f.childNodes.length>0)f.firstChild.nodeValue!==j.nodeValue&&f.replaceChild(j,f.firstChild);else f.appendChild(j)})(document.createTextNode(b));if(d&&C){E("saving "+e+" to cache.");C.setItem(e,b);C.setItem(e+":timestamp",d)}}function Q(b,a,d){function f(j,k,p){if(j.status>=200&&j.status<300)k(j.responseText,j.getResponseHeader("Last-Modified"));else typeof p==="function"&&p(j.status,b)}var e=S(),i=I?false:n.async;
e.open("GET",b,i);e.send(null);if(I)e.status===0?a(e.responseText):d(e.status);else if(i)e.onreadystatechange=function(){e.readyState==4&&f(e,a,d)};else f(e,a,d)}function S(){if(z.XMLHttpRequest)return new XMLHttpRequest;else try{return new ActiveXObject("MSXML2.XMLHTTP.3.0")}catch(b){E("browser doesn't support AJAX.");return null}}function R(b){return b&&b.parentNode.removeChild(b)}function E(b){n.env=="development"&&typeof console!=="undefined"&&console.log("less: "+b)}function O(b,a){var d="less-error-message:"+
a.replace(/[^a-z]+/ig,"-");if(!b.extract)throw b;var f=document.createElement("div"),e;f.id=d;f.className="less-error-message";f.innerHTML="<h3>"+(b.message||"There is an error in your .less file")+'</h3><p><a href="'+a+'">'+a+"</a> on line "+b.line+", column "+(b.column+1)+":</p>"+'<div>\n<pre class="ctx"><span>[-1]</span>{0}</pre>\n<pre><span>[0]</span>{current}</pre>\n<pre class="ctx"><span>[1]</span>{2}</pre>\n</div>'.replace(/\[(-?\d)\]/g,function(i,j){return parseInt(b.line)+parseInt(j)||""}).replace(/\{(\d)\}/g,
function(i,j){return b.extract[parseInt(j)]||""}).replace(/\{current\}/,b.extract[1].slice(0,b.column)+'<span class="error">'+b.extract[1].slice(b.column)+"</span>");G(".less-error-message span {\nmargin-right: 15px;\n}\n.less-error-message pre {\ncolor: #ee4444;\npadding: 4px 0;\nmargin: 0;\n}\n.less-error-message pre.ctx {\ncolor: #dd7777;\n}\n.less-error-message h3 {\npadding: 15px 0 5px 0;\nmargin: 0;\n}\n.less-error-message a {\ncolor: #10a\n}\n.less-error-message .error {\ncolor: red;\nfont-weight: bold;\npadding-bottom: 2px;\nborder-bottom: 1px dashed red;\n}",
{title:"error-message"});f.style.cssText="font-family: Arial, sans-serif;border: 1px solid #e00;background-color: #eee;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;color: #e00;padding: 15px;margin-bottom: 15px";if(n.env=="development")e=setInterval(function(){if(document.body){document.getElementById(d)?document.body.replaceChild(f,document.getElementById(d)):document.body.insertBefore(f,document.body.firstChild);clearInterval(e)}},10)}if(!Array.isArray)Array.isArray=function(b){return Object.prototype.toString.call(b)===
"[object Array]"||b instanceof Array};if(!Array.prototype.forEach)Array.prototype.forEach=function(b,a){for(var d=this.length>>>0,f=0;f<d;f++)f in this&&b.call(a,this[f],f,this)};if(!Array.prototype.map)Array.prototype.map=function(b,a){for(var d=this.length>>>0,f=new Array(d),e=0;e<d;e++)if(e in this)f[e]=b.call(a,this[e],e,this);return f};if(!Array.prototype.filter)Array.prototype.filter=function(b,a){for(var d=[],f=0;f<this.length;f++)b.call(a,this[f])&&d.push(this[f]);return d};if(!Array.prototype.reduce)Array.prototype.reduce=
function(b){var a=this.length>>>0,d=0;if(a===0&&arguments.length===1)throw new TypeError;if(arguments.length>=2)var f=arguments[1];else{do{if(d in this){f=this[d++];break}if(++d>=a)throw new TypeError;}while(1)}for(;d<a;d++)if(d in this)f=b.call(null,f,this[d],d,this);return f};if(!Array.prototype.indexOf)Array.prototype.indexOf=function(b,a){var d=this.length;a=a||0;if(!d)return-1;if(a>=d)return-1;if(a<0)a+=d;for(;a<d;a++)if(Object.prototype.hasOwnProperty.call(this,a))if(b===this[a])return a;return-1};
if(!Object.keys)Object.keys=function(b){var a=[];for(var d in b)Object.prototype.hasOwnProperty.call(b,d)&&a.push(d);return a};if(!String.prototype.trim)String.prototype.trim=function(){return String(this).replace(/^\s\s*/,"").replace(/\s\s*$/,"")};var n,m;if(typeof z==="undefined"){n=exports;m=q("less/tree")}else{n=z.less={};m=z.less.tree={}}n.Parser=function(b){function a(g){var h,l,o;if(g instanceof Function)return g.call(r.parsers);else if(typeof g==="string"){h=f.charAt(e)===g?g:null;l=1}else{if(e>=
p+k[i].length&&i<k.length-1)p+=k[i++].length;g.lastIndex=o=e-p;if(h=g.exec(k[i])){l=h[0].length;if(g.lastIndex-l!==o)return}}if(h){e+=l;for(l=p+k[i].length;e<=l;){g=f.charCodeAt(e);if(!(g===32||g===10||g===9))break;e++}return typeof h==="string"?h:h.length===1?h[0]:h}}function d(g){var h;if(typeof g==="string")return f.charAt(e)===g;else{g.lastIndex=e;if((h=g.exec(f))&&g.lastIndex-h[0].length===e)return h}}var f,e,i,j,k,p,r,u=this,t=function(){},H=this.imports={paths:b&&b.paths||[],queue:[],files:{},
push:function(g,h){var l=this;this.queue.push(g);n.Parser.importer(g,this.paths,function(o){l.queue.splice(l.queue.indexOf(g),1);l.files[g]=o;h(o);l.queue.length===0&&t()})}};this.env=b||{};this.optimization="optimization"in this.env?this.env.optimization:1;return r={imports:H,parse:function(g,h){var l,o,F=null;e=i=p=j=0;k=[];f=g.replace(/\r\n/g,"\n");if(u.optimization>0){f=f.replace(/\/\*(?:[^*]|\*+[^\/*])*\*+\//g,function(D){return u.optimization>1?"":D.replace(/\n(\s*\n)+/g,"\n")});k=u.optimization>
1?function(D){for(var y=0,A=0,w=/[^"'\{\}]+/g,s,x,v,B=0;B<f.length;B++){x=D[A];w.lastIndex=B;if(s=w.exec(f))if(s.index===B){B+=s[0].length;x.push(s[0])}s=f.charAt(B);if(s==="}"&&!v){y--;x.push(s);if(y===0)D[++A]=[]}else{if(s==="{"&&!v)y++;else if(s==='"'||s==="'")v=v===s?false:s;x.push(s)}}return D.map(function(T){return T.join("")})}([[]]):[f]}else k=[f];l=new m.Ruleset([],a(this.parsers.primary));l.root=true;l.toCSS=function(D){var y,A;return function(w){function s(B){return(f.slice(0,B).match(/\n/g)||
"").length}w=w||{};try{var x=D.call(this,[],{frames:[],compress:w.compress||false});return w.compress?x.replace(/(\s)+/g,"$1"):x}catch(v){A=f.split("\n");y=s(v.index);w=v.index;for(x=-1;w>=0&&f.charAt(w)!=="\n";w--)x++;throw{name:"NameError",message:v.message,filename:b.filename,index:v.index,line:y+1,callLine:v.call&&s(v.call)+1,callExtract:A[s(v.call)-1],stack:v.stack,column:x,extract:[A[y-1],A[y],A[y+1]]};}}}(l.toCSS);if(e<f.length-1){e=j;o=f.split("\n");g=(f.slice(0,e).match(/\n/g)||"").length+
1;for(var K=e,P=-1;K>=0&&f.charAt(K)!=="\n";K--)P++;F={name:"ParseError",message:"Syntax Error on line "+g,filename:b.filename,line:g,column:P,extract:[o[g-2],o[g-1],o[g]]}}if(this.imports.queue.length>0)t=function(){h(F,l)};else h(F,l)},parsers:{primary:function(){for(var g,h=[];g=a(this.mixin.definition)||a(this.rule)||a(this.ruleset)||a(this.mixin.call)||a(this.comment)||a(/[\n\s]+/g)||a(this.directive);)h.push(g);return h},comment:function(){var g;if(f.charAt(e)==="/")if(f.charAt(e+1)==="/")return new m.Comment(a(/\/\/.*/g),
true);else if(g=a(/\/\*(?:[^*]|\*+[^\/*])*\*+\/\n?/g))return new m.Comment(g)},entities:{quoted:function(){var g;if(!(f.charAt(e)!=='"'&&f.charAt(e)!=="'"))if(g=a(/"((?:[^"\\\r\n]|\\.)*)"|'((?:[^'\\\r\n]|\\.)*)'/g))return new m.Quoted(g[0],g[1]||g[2])},keyword:function(){var g;if(g=a(/[A-Za-z-]+/g))return new m.Keyword(g)},call:function(){var g,h;if(g=a(/([\w-]+|%)\(/g)){if(g[1].toLowerCase()==="alpha")return a(this.alpha);h=a(this.entities.arguments);if(a(")"))if(g)return new m.Call(g[1],h)}},arguments:function(){for(var g=
[],h;h=a(this.expression);){g.push(h);if(!a(","))break}return g},literal:function(){return a(this.entities.dimension)||a(this.entities.color)||a(this.entities.quoted)},url:function(){var g;if(!(f.charAt(e)!=="u"||!a(/url\(/g))){g=a(this.entities.quoted)||a(/[-\w%@$\/.&=:;#+?]+/g);if(!a(")"))throw new Error("missing closing ) for url()");return new m.URL(g.value?g:new m.Anonymous(g))}},variable:function(){var g,h=e;if(f.charAt(e)==="@"&&(g=a(/@[\w-]+/g)))return new m.Variable(g,h)},color:function(){var g;
if(f.charAt(e)==="#"&&(g=a(/#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})/g)))return new m.Color(g[1])},dimension:function(){var g;g=f.charCodeAt(e);if(!(g>57||g<45||g===47))if(g=a(/(-?\d*\.?\d+)(px|%|em|pc|ex|in|deg|s|ms|pt|cm|mm)?/g))return new m.Dimension(g[1],g[2])}},variable:function(){var g;if(f.charAt(e)==="@"&&(g=a(/(@[\w-]+)\s*:/g)))return g[1]},shorthand:function(){var g,h;if(d(/[@\w.-]+\/[@\w.-]+/g))if((g=a(this.entity))&&a("/")&&(h=a(this.entity)))return new m.Shorthand(g,h)},mixin:{call:function(){for(var g=
[],h,l,o,F=e;h=a(/[#.][\w-]+/g);){g.push(new m.Element(l,h));l=a(">")}a("(")&&(o=a(this.entities.arguments))&&a(")");if(g.length>0&&(a(";")||d("}")))return new m.mixin.Call(g,o,F)},definition:function(){var g,h=[],l,o;if(!(f.charAt(e)!=="."||d(/[^{]*(;|})/g)))if(g=a(/([#.][\w-]+)\s*\(/g)){for(g=g[1];l=a(/@[\w-]+/g)||a(this.entities.literal)||a(this.entities.keyword);){if(l[0]==="@")if(a(":"))if(o=a(this.expression))h.push({name:l,value:o});else throw new Error("Expected value");else h.push({name:l});
else h.push({value:l});if(!a(","))break}if(!a(")"))throw new Error("Expected )");if(l=a(this.block))return new m.mixin.Definition(g,h,l)}}},entity:function(){return a(this.entities.literal)||a(this.entities.variable)||a(this.entities.url)||a(this.entities.call)||a(this.entities.keyword)},end:function(){return a(";")||d("}")},alpha:function(){var g;if(a(/opacity=/gi))if(g=a(/\d+/g)||a(this.entities.variable)){if(!a(")"))throw new Error("missing closing ) for alpha()");return new m.Alpha(g)}},element:function(){var g;
c=a(this.combinator);if(g=a(/[.#:]?[\w-]+/g)||a("*")||a(this.attribute)||a(/\([^)@]+\)/g))return new m.Element(c,g)},combinator:function(){var g;return(g=a(/[+>~]/g)||a("&")||a(/::/g))?new m.Combinator(g):new m.Combinator(f.charAt(e-1)===" "?" ":null)},selector:function(){for(var g,h=[];g=a(this.element);)h.push(g);if(h.length>0)return new m.Selector(h)},tag:function(){return a(/[a-zA-Z][a-zA-Z-]*[0-9]?/g)||a("*")},attribute:function(){var g="",h,l,o;if(a("[")){if(h=a(/[a-z-]+/g)||a(this.entities.quoted))g=
(o=a(/[|~*$^]?=/g))&&(l=a(this.entities.quoted)||a(/[\w-]+/g))?[h,o,l.toCSS?l.toCSS():l].join(""):h;if(a("]"))if(g)return"["+g+"]"}},block:function(){var g;if(a("{")&&(g=a(this.primary))&&a("}"))return g},ruleset:function(){var g=[],h,l,o=e;if(h=d(/([.#: \w-]+)[\s\n]*\{/g)){e+=h[0].length-1;g=[new m.Selector([new m.Element(null,h[1])])]}else{for(;h=a(this.selector);){g.push(h);if(!a(","))break}h&&a(this.comment)}if(g.length>0&&(l=a(this.block)))return new m.Ruleset(g,l);else{j=e;e=o}},rule:function(){var g,
h=e;if(name=a(this.property)||a(this.variable)){if(name.charAt(0)!="@"&&(match=d(/([^@+\/*(;{}-]*);/g))){e+=match[0].length-1;g=new m.Anonymous(match[1])}else g=name==="font"?a(this.font):a(this.value);if(a(this.end))return new m.Rule(name,g,h);else{j=e;e=h}}},"import":function(){var g;if(a(/@import\s+/g)&&(g=a(this.entities.quoted)||a(this.entities.url))&&a(";"))return new m.Import(g,H)},directive:function(){var g,h,l;if(f.charAt(e)==="@")if(h=a(this["import"]))return h;else if(g=a(/@media|@page/g)){l=
a(/[^{]+/g).trim();if(h=a(this.block))return new m.Directive(g+" "+l,h)}else if(g=a(/@[-a-z]+/g))if(g==="@font-face"){if(h=a(this.block))return new m.Directive(g,h)}else if((h=a(this.entity))&&a(";"))return new m.Directive(g,h)},font:function(){for(var g=[],h=[],l;l=a(this.shorthand)||a(this.entity);)h.push(l);g.push(new m.Expression(h));if(a(","))for(;l=a(this.expression);){g.push(l);if(!a(","))break}return new m.Value(g,a(this.important))},value:function(){for(var g,h=[];g=a(this.expression);){h.push(g);
if(!a(","))break}g=a(this.important);if(h.length>0)return new m.Value(h,g)},important:function(){return a(/!\s*important/g)},sub:function(){var g;if(a("(")&&(g=a(this.expression))&&a(")"))return g},multiplication:function(){var g,h,l,o;if(g=a(this.operand)){for(;(l=a(/[\/*]/g))&&(h=a(this.operand));)o=new m.Operation(l,[o||g,h]);return o||g}},addition:function(){var g,h,l,o;if(g=a(this.multiplication)){for(;(l=a(/[-+]\s+/g)||f.charAt(e-1)!=" "&&a(/[-+]/g))&&(h=a(this.multiplication));)o=new m.Operation(l,
[o||g,h]);return o||g}},operand:function(){return a(this.sub)||a(this.entities.dimension)||a(this.entities.color)||a(this.entities.variable)},expression:function(){for(var g,h=[];g=a(this.addition)||a(this.entity);)h.push(g);if(h.length>0)return new m.Expression(h)},property:function(){var g;if(g=a(/(\*?-?[-a-z_0-9]+)\s*:/g))return g[1]}}}};if(typeof z!=="undefined")n.Parser.importer=function(b,a,d){if(b[0]!=="/"&&a.length>0)b=a[0]+b;N({href:b,title:b},function(f){d(f)})};(function(b){function a(e){return b.functions.hsla(e.h,
e.s,e.l,e.a)}function d(e){if(e instanceof b.Dimension)return parseFloat(e.unit=="%"?e.value/100:e.value);else if(typeof e==="number")return e;else throw{error:"RuntimeError",message:"color functions take numbers as parameters"};}function f(e){return Math.min(1,Math.max(0,e))}b.functions={rgb:function(e,i,j){return this.rgba(e,i,j,1)},rgba:function(e,i,j,k){e=[e,i,j].map(function(p){return d(p)});k=d(k);return new b.Color(e,k)},hsl:function(e,i,j){return this.hsla(e,i,j,1)},hsla:function(e,i,j,k){function p(t){t=
t<0?t+1:t>1?t-1:t;return t*6<1?u+(r-u)*t*6:t*2<1?r:t*3<2?u+(r-u)*(2/3-t)*6:u}e=d(e)%360/360;i=d(i);j=d(j);k=d(k);var r=j<=0.5?j*(i+1):j+i-j*i,u=j*2-r;return this.rgba(p(e+1/3)*255,p(e)*255,p(e-1/3)*255,k)},hue:function(e){return new b.Dimension(Math.round(e.toHSL().h))},saturation:function(e){return new b.Dimension(Math.round(e.toHSL().s*100),"%")},lightness:function(e){return new b.Dimension(Math.round(e.toHSL().l*100),"%")},alpha:function(e){return new b.Dimension(e.toHSL().a)},saturate:function(e,
i){e=e.toHSL();e.s+=i.value/100;e.s=f(e.s);return a(e)},desaturate:function(e,i){e=e.toHSL();e.s-=i.value/100;e.s=f(e.s);return a(e)},lighten:function(e,i){e=e.toHSL();e.l+=i.value/100;e.l=f(e.l);return a(e)},darken:function(e,i){e=e.toHSL();e.l-=i.value/100;e.l=f(e.l);return a(e)},spin:function(e,i){e=e.toHSL();i=(e.h+i.value)%360;e.h=i<0?360+i:i;return a(e)},greyscale:function(e){return this.desaturate(e,new b.Dimension(100))},e:function(e){return new b.Anonymous(e)},"%":function(e){for(var i=Array.prototype.slice.call(arguments,
1),j=e.content,k=0;k<i.length;k++)j=j.replace(/%s/,i[k].content).replace(/%[da]/,i[k].toCSS());j=j.replace(/%%/g,"%");return new b.Quoted('"'+j+'"',j)}}})(q("less/tree"));(function(b){b.Alpha=function(a){this.value=a};b.Alpha.prototype={toCSS:function(){return"alpha(opacity="+(this.value.toCSS?this.value.toCSS():this.value)+")"},eval:function(){return this}}})(q("less/tree"));(function(b){b.Anonymous=function(a){this.value=a.content||a};b.Anonymous.prototype={toCSS:function(){return this.value},eval:function(){return this}}})(q("less/tree"));
(function(b){b.Call=function(a,d){this.name=a;this.args=d};b.Call.prototype={eval:function(a){var d=this.args.map(function(f){return f.eval(a)});return this.name in b.functions?b.functions[this.name].apply(b.functions,d):new b.Anonymous(this.name+"("+d.map(function(f){return f.toCSS()}).join(", ")+")")},toCSS:function(a){return this.eval(a).toCSS()}}})(q("less/tree"));(function(b){b.Color=function(a,d){this.rgb=Array.isArray(a)?a:a.length==6?a.match(/.{2}/g).map(function(f){return parseInt(f,16)}):
a.split("").map(function(f){return parseInt(f+f,16)});this.alpha=typeof d==="number"?d:1};b.Color.prototype={eval:function(){return this},toCSS:function(){return this.alpha<1?"rgba("+this.rgb.map(function(a){return Math.round(a)}).concat(this.alpha).join(", ")+")":"#"+this.rgb.map(function(a){a=Math.round(a);a=(a>255?255:a<0?0:a).toString(16);return a.length===1?"0"+a:a}).join("")},operate:function(a,d){var f=[];d instanceof b.Color||(d=d.toColor());for(var e=0;e<3;e++)f[e]=b.operate(a,this.rgb[e],
d.rgb[e]);return new b.Color(f)},toHSL:function(){var a=this.rgb[0]/255,d=this.rgb[1]/255,f=this.rgb[2]/255,e=this.alpha,i=Math.max(a,d,f),j=Math.min(a,d,f),k,p=(i+j)/2,r=i-j;if(i===j)k=j=0;else{j=p>0.5?r/(2-i-j):r/(i+j);switch(i){case a:k=(d-f)/r+(d<f?6:0);break;case d:k=(f-a)/r+2;break;case f:k=(a-d)/r+4;break}k/=6}return{h:k*360,s:j,l:p,a:e}}}})(q("less/tree"));(function(b){b.Comment=function(a,d){this.value=a;this.silent=!!d};b.Comment.prototype={toCSS:function(a){return a.compress?"":this.value},
eval:function(){return this}}})(q("less/tree"));(function(b){b.Dimension=function(a,d){this.value=parseFloat(a);this.unit=d||null};b.Dimension.prototype={eval:function(){return this},toColor:function(){return new b.Color([this.value,this.value,this.value])},toCSS:function(){return this.value+this.unit},operate:function(a,d){return new b.Dimension(b.operate(a,this.value,d.value),this.unit||d.unit)}}})(q("less/tree"));(function(b){b.Directive=function(a,d){this.name=a;if(Array.isArray(d))this.ruleset=
new b.Ruleset([],d);else this.value=d};b.Directive.prototype={toCSS:function(a,d){if(this.ruleset){this.ruleset.root=true;return this.name+(d.compress?"{":" {\n ")+this.ruleset.toCSS(a,d).trim().replace(/\n/g,"\n ")+(d.compress?"}":"\n}\n")}else return this.name+" "+this.value.toCSS()+";\n"},eval:function(a){a.frames.unshift(this);this.ruleset&&this.ruleset.evalRules(a);a.frames.shift();return this},variable:function(a){return b.Ruleset.prototype.variable.call(this.ruleset,a)},find:function(){return b.Ruleset.prototype.find.apply(this.ruleset,
arguments)},rulesets:function(){return b.Ruleset.prototype.rulesets.apply(this.ruleset)}}})(q("less/tree"));(function(b){b.Element=function(a,d){this.combinator=a instanceof b.Combinator?a:new b.Combinator(a);this.value=d.trim()};b.Element.prototype.toCSS=function(a){return this.combinator.toCSS(a||{})+this.value};b.Combinator=function(a){this.value=a===" "?" ":a?a.trim():""};b.Combinator.prototype.toCSS=function(a){return{"":""," ":" ","&":"",":":" :","::":"::","+":a.compress?"+":" + ","~":a.compress?
"~":" ~ ",">":a.compress?">":" > "}[this.value]}})(q("less/tree"));(function(b){b.Expression=function(a){this.value=a};b.Expression.prototype={eval:function(a){return this.value.length>1?new b.Expression(this.value.map(function(d){return d.eval(a)})):this.value[0].eval(a)},toCSS:function(){return this.value.map(function(a){return a.toCSS()}).join(" ")}}})(q("less/tree"));(function(b){b.Import=function(a,d){var f=this;this._path=a;this.path=a instanceof b.Quoted?/\.(le?|c)ss$/.test(a.content)?a.content:
a.content+".less":a.value.content||a.value;(this.css=/css$/.test(this.path))||d.push(this.path,function(e){if(!e)throw new Error("Error parsing "+f.path);f.root=e})};b.Import.prototype={toCSS:function(){return this.css?"@import "+this._path.toCSS()+";\n":""},eval:function(){if(this.css)return this;else{for(var a=0;a<this.root.rules.length;a++)this.root.rules[a]instanceof b.Import&&Array.prototype.splice.apply(this.root.rules,[a,1].concat(this.root.rules[a].eval()));return this.root.rules}}}})(q("less/tree"));
(function(b){b.Keyword=function(a){this.value=a};b.Keyword.prototype={eval:function(){return this},toCSS:function(){return this.value}}})(q("less/tree"));(function(b){b.mixin={};b.mixin.Call=function(a,d,f){this.selector=new b.Selector(a);this.arguments=d;this.index=f};b.mixin.Call.prototype={eval:function(a){for(var d,f=[],e=false,i=0;i<a.frames.length;i++)if((d=a.frames[i].find(this.selector)).length>0){for(i=0;i<d.length;i++)if(d[i].match(this.arguments,a))try{Array.prototype.push.apply(f,d[i].eval(this.arguments,
a).rules);e=true}catch(j){throw{message:j.message,index:j.index,call:this.index};}if(e)return f;else throw{message:"No matching definition was found for `"+this.selector.toCSS().trim()+"("+this.arguments.map(function(k){return k.toCSS()}).join(", ")+")`",index:this.index};}throw{message:this.selector.toCSS().trim()+" is undefined",index:this.index};}};b.mixin.Definition=function(a,d,f){this.name=a;this.selectors=[new b.Selector([new b.Element(null,a)])];this.params=d;this.arity=d.length;this.rules=
f;this._lookups={};this.required=d.reduce(function(e,i){return i.name&&!i.value?e+1:e},0);this.parent=b.Ruleset.prototype};b.mixin.Definition.prototype={toCSS:function(){return""},variable:function(a){return this.parent.variable.call(this,a)},find:function(){return this.parent.find.apply(this,arguments)},rulesets:function(){return this.parent.rulesets.apply(this)},eval:function(a,d){for(var f=new b.Ruleset(null,[]),e=0,i;e<this.params.length;e++)if(this.params[e].name)if(i=a&&a[e]||this.params[e].value)f.rules.unshift(new b.Rule(this.params[e].name,
i.eval(d)));else throw{message:"wrong number of arguments for "+this.name+" ("+a.length+" for "+this.arity+")"};return(new b.Ruleset(null,this.rules)).evalRules({frames:[this,f].concat(d.frames)})},match:function(a,d){var f=a&&a.length||0;if(f<this.required)return false;for(var e=0;e<Math.min(f,this.arity);e++)if(!this.params[e].name)if(!a[e].wildcard)if(a[e].eval(d).toCSS()!=this.params[e].value.eval(d).toCSS())return false;return true}}})(q("less/tree"));(function(b){b.Operation=function(a,d){this.op=
a.trim();this.operands=d};b.Operation.prototype.eval=function(a){var d=this.operands[0].eval(a);a=this.operands[1].eval(a);var f;if(d instanceof b.Dimension&&a instanceof b.Color)if(this.op==="*"||this.op==="+"){f=a;a=d;d=f}else throw{name:"OperationError",message:"Can't substract or divide a color from a number"};return d.operate(this.op,a)};b.operate=function(a,d,f){switch(a){case "+":return d+f;case "-":return d-f;case "*":return d*f;case "/":return d/f}}})(q("less/tree"));(function(b){b.Quoted=
function(a,d){this.value=a;this.content=d};b.Quoted.prototype={toCSS:function(){return this.value},eval:function(){return this}}})(q("less/tree"));(function(b){b.Rule=function(a,d,f){this.name=a;this.value=d instanceof b.Value?d:new b.Value([d]);this.index=f;this.variable=a.charAt(0)==="@"?true:false};b.Rule.prototype.toCSS=function(a){return this.variable?"":this.name+(a.compress?":":": ")+this.value.toCSS(a)+";"};b.Rule.prototype.eval=function(a){return new b.Rule(this.name,this.value.eval(a))};
b.Shorthand=function(a,d){this.a=a;this.b=d};b.Shorthand.prototype={toCSS:function(a){return this.a.toCSS(a)+"/"+this.b.toCSS(a)},eval:function(){return this}}})(q("less/tree"));(function(b){b.Ruleset=function(a,d){this.selectors=a;this.rules=d;this._lookups={}};b.Ruleset.prototype={eval:function(){return this},evalRules:function(a){var d=[];this.rules.forEach(function(f){if(f.evalRules)d.push(f.evalRules(a));else f instanceof b.mixin.Call?Array.prototype.push.apply(d,f.eval(a)):d.push(f.eval?f.eval(a):
"")});this.rules=d;return this},match:function(a){return!a||a.length===0},variable:function(a){return this._variables?this._variables[a]:(this._variables=this.rules.reduce(function(d,f){if(f instanceof b.Rule&&f.variable===true)d[f.name]=f;return d},{}))[a]},rulesets:function(){return this._rulesets?this._rulesets:(this._rulesets=this.rules.filter(function(a){if(a instanceof b.Ruleset||a instanceof b.mixin.Definition)return a}))},find:function(a,d){d=d||this;var f=[],e=a.toCSS();if(e in this._lookups)return this._lookups[e];
this.rulesets().forEach(function(i){if(i!==d)for(var j=0;j<i.selectors.length;j++)if(a.match(i.selectors[j])){a.elements.length>1?Array.prototype.push.apply(f,i.find(new b.Selector(a.elements.slice(1)),d)):f.push(i);break}});return this._lookups[e]=f},toCSS:function(a,d){var f=[],e=[],i=[],j=[];if(this.root)for(var k=0;k<this.rules.length;k++)this.rules[k]instanceof b.Import&&Array.prototype.splice.apply(this.rules,[k,1].concat(this.rules[k].eval(d)));else if(a.length===0)j=this.selectors.map(function(r){return[r]});
else for(k=0;k<this.selectors.length;k++)for(var p=0;p<a.length;p++)j.push(a[p].concat([this.selectors[k]]));d.frames.unshift(this);for(k=0;k<this.rules.length;k++)this.rules[k]instanceof b.mixin.Call&&Array.prototype.splice.apply(this.rules,[k,1].concat(this.rules[k].eval(d)));for(k=0;k<this.rules.length;k++){a=this.rules[k];if(a instanceof b.Directive)i.push(a.eval(d).toCSS(j,d));else if(a.rules)i.push(a.toCSS(j,d));else if(a instanceof b.Comment)a.silent||(this.root?i.push(a.toCSS(d)):e.push(a.toCSS(d)));
else if(a.toCSS&&!a.variable)e.push(a.eval(d).toCSS(d));else a.value&&!a.variable&&e.push(a.value.toString())}i=i.join("");if(this.root)f.push(e.join(d.compress?"":"\n"));else if(e.length>0){j=j.map(function(r){return r.map(function(u){return u.toCSS(d)}).join("").trim()}).join(d.compress?",":j.length>3?",\n":", ");f.push(j,(d.compress?"{":" {\n ")+e.join(d.compress?"":"\n ")+(d.compress?"}":"\n}\n"))}f.push(i);d.frames.shift();return f.join("")+(d.compress?"\n":"")}}})(q("less/tree"));(function(b){b.Selector=
function(a){this.elements=a;if(this.elements[0].combinator.value==="")this.elements[0].combinator.value=" "};b.Selector.prototype.match=function(a){return this.elements[0].value===a.elements[0].value?true:false};b.Selector.prototype.toCSS=function(a){if(this._css)return this._css;return this._css=this.elements.map(function(d){return typeof d==="string"?" "+d.trim():d.toCSS(a)}).join("")}})(q("less/tree"));(function(b){b.URL=function(a){this.value=a};b.URL.prototype={toCSS:function(){return"url("+
this.value.toCSS()+")"},eval:function(){return this}}})(q("less/tree"));(function(b){b.Value=function(a){this.value=a;this.is="value"};b.Value.prototype={eval:function(a){return this.value.length===1?this.value[0].eval(a):new b.Value(this.value.map(function(d){return d.eval(a)}))},toCSS:function(a){return this.value.map(function(d){return d.toCSS(a)}).join(a.compress?",":", ")}}})(q("less/tree"));(function(b){b.Variable=function(a,d){this.name=a;this.index=d};b.Variable.prototype={eval:function(a){var d,
f,e=this.name;if(d=b.find(a.frames,function(i){if(f=i.variable(e))return f.value.eval(a)}))return d;else throw{message:"variable "+this.name+" is undefined",index:this.index};}}})(q("less/tree"));q("less/tree").find=function(b,a){for(var d=0,f;d<b.length;d++)if(f=a.call(b,b[d]))return f;return null};var I=location.protocol==="file:";n.env=location.hostname=="127.0.0.1"||location.hostname=="0.0.0.0"||location.hostname=="localhost"||location.port.length>0||I?"development":"production";n.async=false;
n.poll=I?1E3:1500;n.watch=function(){return this.watchMode=true};n.unwatch=function(){return this.watchMode=false};if(n.env==="development"){n.optimization=0;/!watch/.test(location.hash)&&n.watch();n.watchTimer=setInterval(function(){n.watchMode&&M(function(b,a,d){b&&G(b.toCSS(),a,d.lastModified)})},n.poll)}else n.optimization=3;var C=typeof z.localStorage==="undefined"?null:z.localStorage,L=document.getElementsByTagName("link");n.sheets=[];for(var J=0;J<L.length;J++)L[J].rel==="stylesheet/less"&&
n.sheets.push(L[J]);var U=endTime=new Date;n.refresh=function(b){M(function(a,d,f){if(f.local)E("loading "+d.href+" from cache.");else{E("parsed "+d.href+" successfully.");G(a.toCSS(),d,f.lastModified)}E("css for "+d.href+" generated in "+(new Date-endTime)+"ms");f.remaining===0&&E("css generated in "+(new Date-U)+"ms");endTime=new Date},b)};n.refresh()})(window);

@ -5,7 +5,7 @@ var path = require('path'),
require.paths.unshift(path.join(__dirname, '..'));
var less = {
version: [1, 0, 22],
version: [1, 0, 23],
Parser: require('less/parser').Parser,
importer: require('less/parser').importer,
tree: require('less/tree'),

@ -5,7 +5,7 @@
"keywords" : ["css", "parser", "lesscss", "browser"],
"author" : "Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"version" : "1.0.22",
"version" : "1.0.23",
"bin" : { "lessc": "./bin/lessc" },
"main" : "./lib/less/index",
"directories" : { "lib": "./lib/less", "test": "./test" },

Loading…
Cancel
Save