diff --git a/index.styl b/index.styl new file mode 100644 index 0000000..582bbc5 --- /dev/null +++ b/index.styl @@ -0,0 +1 @@ +@require 'normalize'; diff --git a/package.json b/package.json new file mode 100644 index 0000000..dcc67db --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "normalize.styl", + "version": "3.0.3", + "description": "Stylus version of normalize.css", + "main": "normalize.styl", + "repository": { + "type": "git", + "url": "https://github.com/bymathias/normalize.styl.git" + }, + "keywords": [ + "normalize", + "css", + "stylus" + ], + "author": ["Nicolas Gallagher", "Mathias Brouilly"], + "license": "MIT", + "bugs": { + "url": "https://github.com/bymathias/normalize.styl/issues" + }, + "homepage": "https://github.com/bymathias/normalize.styl" +}