Merge pull request #2685 from seven-phases-max/master

Update less.js to 1.6.3
This commit is contained in:
Pete Cooper
2014-02-18 17:20:25 +00:00
3 changed files with 7668 additions and 25 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+25 -25
View File
@@ -1,26 +1,26 @@
{
"name": "less.js",
"filename": "less.min.js",
"version": "1.6.2",
"description": "LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE 6+, Webkit, Firefox) and server-side, with Node.js.",
"homepage": "http://lesscss.org/",
"keywords": [
"css",
"css3",
"html",
"html5",
"popular"
],
"maintainers": [
{
"name": "Alexis Sellier",
"website": "http://cloudhead.io/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/cloudhead/less.js"
}
]
}
"name": "less.js",
"filename": "less.min.js",
"version": "1.6.3",
"homepage": "http://lesscss.org/",
"description": "Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins and functions.",
"keywords": [
"css",
"css3",
"preprocessor",
"pre-processor",
"popular"
],
"maintainers": [
{
"name": "The Core Less Team",
"website": "https://github.com/orgs/less/members"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/less/less.js"
}
]
}