yapp 2.0.26 → 2.0.27

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/yapp.js +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yapp",
3
3
  "author": "James Smith",
4
- "version": "2.0.26",
4
+ "version": "2.0.27",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/yapp",
7
7
  "description": "Yet Another Pretty Printer.",
package/src/yapp.js CHANGED
@@ -285,8 +285,8 @@ export default withStyle(Yapp)`
285
285
  font-size: 13px;
286
286
  line-height: 20px;
287
287
  font-family: "Fira Code";
288
- text-rendering: optimizeLegibility; /* Force ligatures for Webkit, Blink, Gecko */
289
- font-feature-settings: "calt" 1; /* Enable ligatures for IE 10+, Edge */
288
+ text-rendering: optimizeLegibility;
289
+ font-feature-settings: "calt" 1;
290
290
 
291
291
  }
292
292