Merge pull request #1444 from mahemoff/master

Add stylus.js
This commit is contained in:
Thomas Davis
2013-06-26 23:28:34 -07:00
3 changed files with 9611 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+26
View File
@@ -0,0 +1,26 @@
{
"name": "stylus",
"filename": "stylus.min.js",
"description": "Robust, expressive, and feature-rich CSS superset",
"version": "0.32.1",
"homepage": "http://learnboost.github.io/stylus/",
"keywords": [
"processor",
"preprocessor",
"CSS",
"Stylus"
],
"maintainers": [
{
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"web": "http://tjholowaychuk.com/"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/learnboost/stylus"
}
]
}