yapp 4.0.3 → 4.0.8
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/example.js +9 -10
- package/lib/example/view.js +1 -1
- package/lib/example/yapp.js +2 -3
- package/lib/example.js +1 -1
- package/lib/gutter.js +2 -2
- package/lib/highlights.js +2 -2
- package/lib/lineNumbers.js +2 -2
- package/lib/prettyPrinter.js +2 -2
- package/lib/richTextarea.js +2 -2
- package/lib/utilities/scrollbarThickness.js +1 -1
- package/lib/yapp.js +3 -3
- package/package.json +1 -1
- package/src/example/view.js +3 -3
- package/src/example/yapp.js +1 -2
- package/src/example.js +1 -1
- package/src/gutter.js +4 -11
- package/src/highlights.js +1 -1
- package/src/lineNumbers.js +5 -5
- package/src/prettyPrinter.js +4 -5
- package/src/richTextarea.js +1 -2
- package/src/utilities/scrollbarThickness.js +1 -1
- package/src/yapp.js +0 -3
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
|
|