Skip to content

Commit

Permalink
Merge pull request #140 from bclinkinbeard/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md to document sourcemap option
  • Loading branch information
jonathanong committed Feb 24, 2014
2 parents c60edd3 + ba5c477 commit 6420bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -47,7 +47,7 @@ or in the browser with the stand-alone build ./rework.js referencing the `rework
### Rework#toString(options) ### Rework#toString(options)


Return the string representation of the manipulated css. Optionally Return the string representation of the manipulated css. Optionally
you may compress the output with `.toString({ compress: true })` you may compress the output with `.toString({ compress: true })` and/or generate an inline source map with `.toString({ sourcemap: true })`


## Plugins ## Plugins


Expand Down

0 comments on commit 6420bec

Please sign in to comment.