From bc1e139195cba1196cfbec89159402176e29a303 Mon Sep 17 00:00:00 2001 From: zhengcanbin Date: Sat, 23 Feb 2019 23:58:19 +0800 Subject: [PATCH] update README_CN --- README_CN.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README_CN.md b/README_CN.md index 7116c42..78e1600 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,7 +1,7 @@ # postcss-px-to-viewport [![NPM version](https://badge.fury.io/js/postcss-px-to-viewport.svg)](http://badge.fury.io/js/postcss-px-to-viewport) -A plugin for [PostCSS](https://github.com/postcss/postcss) that generates viewport units (vw, vh, vmin, vmax) from pixel units. +将px单位转换为视口单位的 (vw, vh, vmin, vmax) 的 [PostCSS](https://github.com/postcss/postcss) 插件.