@transferwise/neptune-css 0.0.0-experimental-59cef28 → 0.0.0-experimental-67f8f36
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,24 +284,11 @@ a,
|
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
/* Disable hyphenation for
|
|
288
|
-
|
|
289
|
-
:lang(de),
|
|
287
|
+
/* Disable hyphenation for English
|
|
288
|
+
* and Japanese, Thai, Chinese (these languages use character-level breaks and should never insert hyphens). */
|
|
290
289
|
:lang(en),
|
|
291
|
-
:lang(es),
|
|
292
|
-
:lang(fr),
|
|
293
|
-
:lang(hu),
|
|
294
|
-
:lang(id),
|
|
295
|
-
:lang(it),
|
|
296
290
|
:lang(ja),
|
|
297
|
-
:lang(nl),
|
|
298
|
-
:lang(pl),
|
|
299
|
-
:lang(pt),
|
|
300
|
-
:lang(ro),
|
|
301
|
-
:lang(ru),
|
|
302
291
|
:lang(th),
|
|
303
|
-
:lang(tr),
|
|
304
|
-
:lang(uk),
|
|
305
292
|
:lang(zh-CN),
|
|
306
293
|
:lang(zh-HK) {
|
|
307
294
|
hyphens: none;
|