You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/04/12 04:25:46 UTC

[2/3] incubator-weex-site git commit: Update css-units.md

Update css-units.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/8017d1c9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/8017d1c9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/8017d1c9

Branch: refs/heads/master
Commit: 8017d1c9219c78370395d1dc127a88b738c4aac3
Parents: b489012
Author: Mario <fa...@gmail.com>
Authored: Thu Apr 12 12:01:52 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Thu Apr 12 12:01:52 2018 +0800

----------------------------------------------------------------------
 source/wiki/css-units.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/8017d1c9/source/wiki/css-units.md
----------------------------------------------------------------------
diff --git a/source/wiki/css-units.md b/source/wiki/css-units.md
index 88125a3..1a220aa 100644
--- a/source/wiki/css-units.md
+++ b/source/wiki/css-units.md
@@ -39,8 +39,7 @@ build-in color name you can see [Color Names](./color-names.html).
 
 ## CSS `length` units
 
-In weex we only support `px` length units., and it will resolve to a numeric type in the JavaScript runtime and native renderer.
-
+In weex we only support px length units. It will resolve to a numeric type in the JavaScript runtime and native renderer.
 You can use it like this :
 
 ```css