From 8c6b0a688b90fbabded5a7601998b29f944cff45 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 19 Dec 2016 18:03:14 +0300 Subject: [PATCH] Update readme.md --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5b5f2fb..86b36a3 100644 --- a/readme.md +++ b/readme.md @@ -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", @@ -110,6 +111,7 @@ package.json } } ``` + index.js ```js import posthtml from 'posthtml';