From ddcbf16577c5d26fe1ab7c3fee12315c07cdf6de Mon Sep 17 00:00:00 2001 From: Dyxang <36600710+dyxang@users.noreply.github.com> Date: Tue, 19 Oct 2021 17:29:25 +0800 Subject: [PATCH] Update heti.scss hyphens' is not supported by Edge, Safari, Safari on iOS. Add '-ms-hyphens' to support Edge 12+. Add '-webkit-hyphens' to support Safari 5.1+, Safari on iOS 4.2+ --- lib/heti.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/heti.scss b/lib/heti.scss index 2d86c7e..b09291b 100644 --- a/lib/heti.scss +++ b/lib/heti.scss @@ -34,6 +34,8 @@ overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto // 自动在中西文间加 1/4 空格(暂无浏览器支持) //text-spacing: ideograph-alpha;