Skip to content

Commit

Permalink
remove rework(1) executable, use https://github.com/visionmedia/styl
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 11, 2013
1 parent ddfa710 commit e063804
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 98 deletions.
22 changes: 0 additions & 22 deletions Readme.md
Expand Up @@ -28,28 +28,6 @@ or in the browser with the stand-alone build ./rework.js referencing the `rework
- [styl](https://github.com/visionmedia/styl) - CSS preprocessor built on Rework
- [autoprefixer](https://github.com/ai/autoprefixer) - prefixer based on the Can I Use database

## rework(1)

```
Usage: rework [options]
Options:
-h, --help output usage information
-V, --version output the version number
-v, --vendors <list> specify list of vendors
-e, --ease add additional easing functions
--vars add css variable support
```

for example:

```
$ rework -v webkit,moz < my.css > my.reworked.css
```

## API

### rework(css)
Expand Down
73 changes: 0 additions & 73 deletions bin/rework

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -4,9 +4,6 @@
"description": "CSS manipulations built on CSSOM",
"keywords": ["css", "manipulation", "preprocess", "transform"],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"bin": {
"rework": "./bin/rework"
},
"dependencies": {
"css": "1.1.0",
"commander": "1.0.4",
Expand Down

0 comments on commit e063804

Please sign in to comment.