Skip to content

Commit cc10565

Browse files
committed
update readme, release v1.0.0
1 parent 365b393 commit cc10565

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636
## Usage
3737

3838
```js
39+
/* default usage, with no options (method = replace) */
3940
postcss([ require('postcss-replace-overflow-wrap') ])
4041
```
4142

43+
```js
44+
/* add word-wrap, but keep overflow-wrap */
45+
postcss([ require('postcss-replace-overflow-wrap') ])({ method: 'copy' })
46+
```
4247
See [PostCSS] docs for examples for your environment.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-replace-overflow-wrap",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)