@transferwise/neptune-css 0.0.0-experimental-d0b59b7 → 0.0.0-experimental-0b4bd51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -284,16 +284,12 @@ a,
|
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
/* Disable hyphenation for
|
|
287
|
+
/* Disable hyphenation for Japanese, Thai, and Chinese — these languages use character-level breaks and should never insert hyphens. */
|
|
288
288
|
:lang(ja),
|
|
289
289
|
:lang(th),
|
|
290
290
|
:lang(zh-CN),
|
|
291
|
-
:lang(zh-HK)
|
|
292
|
-
:
|
|
293
|
-
&,
|
|
294
|
-
* {
|
|
295
|
-
hyphens: none;
|
|
296
|
-
}
|
|
291
|
+
:lang(zh-HK) {
|
|
292
|
+
hyphens: none;
|
|
297
293
|
}
|
|
298
294
|
|
|
299
295
|
:lang(af),
|