@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-d0b59b7",
4
+ "version": "0.0.0-experimental-0b4bd51",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -284,16 +284,12 @@ a,
284
284
  }
285
285
  }
286
286
 
287
- /* Disable hyphenation for CJK and Thai — these languages use character-level, breaks and should never insert hyphens. */
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
- :lang(zh-TW) {
293
- &,
294
- * {
295
- hyphens: none;
296
- }
291
+ :lang(zh-HK) {
292
+ hyphens: none;
297
293
  }
298
294
 
299
295
  :lang(af),