mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 23:06:20 +10:00
Merge pull request #2685 from seven-phases-max/master
Update less.js to 1.6.3
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Vendored
+16
File diff suppressed because one or more lines are too long
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user