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+
This commit is contained in:
Dyxang 2021-10-19 17:29:25 +08:00 committed by GitHub
parent f1673dc827
commit ddcbf16577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;