yapp 4.0.5 → 4.0.9

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.
@@ -81,19 +81,18 @@ export default withStyle(PrettyPrinter)`
81
81
  height: 100%;
82
82
  display: grid;
83
83
  overflow: hidden;
84
-
85
84
  grid-template-rows: auto;
86
- grid-template-columns: min-content auto;
87
85
  grid-template-areas: "gutter syntax";
86
+ grid-template-columns: min-content auto;
88
87
 
89
88
  color: inherit;
90
- border-color: inherit;
91
- background-color: inherit;
92
-
93
89
  font-size: inherit;
94
90
  line-height: inherit;
95
91
  font-family: inherit;
92
+ caret-color: inherit;
93
+ border-color: inherit;
96
94
  text-rendering: inherit;
95
+ background-color: inherit;
97
96
  font-feature-settings: inherit;
98
97
 
99
98
  `;
@@ -103,11 +103,10 @@ export default withStyle(class extends RichTextarea {
103
103
  display: none;
104
104
  }
105
105
 
106
- caret-color: inherit;
107
-
108
106
  font-size: inherit;
109
107
  line-height: inherit;
110
108
  font-family: inherit;
109
+ caret-color: inherit;
111
110
  text-rendering: inherit;
112
111
  font-feature-settings: inherit;
113
112
 
@@ -18,7 +18,7 @@ const body = new Body(),
18
18
  ,
19
19
  innerDiv =
20
20
 
21
- <div />
21
+ <div/>
22
22
 
23
23
  ;
24
24
 
package/src/yapp.js CHANGED
@@ -209,7 +209,6 @@ export default withStyle(Yapp)`
209
209
 
210
210
  width: 100%;
211
211
  height: 100%;
212
-
213
212
  border: 1px solid;
214
213
 
215
214
  color: ${colour};
@@ -220,8 +219,6 @@ export default withStyle(Yapp)`
220
219
  font-size: 13px;
221
220
  line-height: 20px;
222
221
  font-family: "Menlo", "Lucida Sans Typewriter", monospace;
223
- text-rendering: optimizeLegibility;
224
- font-feature-settings: normal;
225
222
 
226
223
  .fira-code {
227
224