Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum authored Dec 19, 2016
1 parent 8930d3d commit 8c6b0a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ postcss(postLoadPlugins()).process('.test { display: flex; color: #ff0000;} @cha
```
*Will apply `autoprefixer` with option described in the configuration `"browsers": ["last 2 versions"]` and postcss-csso with default settings*

--
### Nodejs with [PostHTML](https://github.com/posthtml/posthtml)
--
### Nodejs with [PostHTML](https://github.com/posthtml/posthtml)

package.json
```json
"name": "my-post-project",
Expand All @@ -110,6 +111,7 @@ package.json
}
}
```

index.js
```js
import posthtml from 'posthtml';
Expand Down

0 comments on commit 8c6b0a6

Please sign in to comment.