Skip to content

Commit

Permalink
results of npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and conorhastings committed Nov 12, 2021
1 parent a3db5af commit 20d9444
Show file tree
Hide file tree
Showing 8 changed files with 63,246 additions and 63,242 deletions.
30,712 changes: 15,356 additions & 15,356 deletions demo/build/demo-build.js

Large diffs are not rendered by default.

30,712 changes: 15,356 additions & 15,356 deletions demo/build/diff-build.js

Large diffs are not rendered by default.

31,316 changes: 15,640 additions & 15,676 deletions demo/build/prism-build.js

Large diffs are not rendered by default.

2,126 changes: 1,095 additions & 1,031 deletions demo/build/prismAsyncLight-build.js

Large diffs are not rendered by default.

3,764 changes: 1,882 additions & 1,882 deletions demo/build/vendors~react-syntax-highlighter/refractor-core-import.js

Large diffs are not rendered by default.

27,762 changes: 13,881 additions & 13,881 deletions demo/build/virtualized-build.js

Large diffs are not rendered by default.

50 changes: 31 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 5 additions & 41 deletions src/styles/prism/twilight.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ export default {
"italic": {
"fontStyle": "italic"
},
"pre[data-line]": {
"padding": "1em 0 1em 3em",
"position": "relative"
},
".language-markup .token.tag": {
"color": "hsl(33, 33%, 52%)"
},
Expand All @@ -200,51 +196,19 @@ export default {
"position": "relative",
"zIndex": "1"
},
".line-highlight": {
".line-highlight.line-highlight": {
"background": "linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0))",
"borderBottom": "1px dashed hsl(0, 0%, 33%)",
"borderTop": "1px dashed hsl(0, 0%, 33%)",
"left": "0",
"lineHeight": "inherit",
"marginTop": "0.75em",
"padding": "inherit 0",
"pointerEvents": "none",
"position": "absolute",
"right": "0",
"whiteSpace": "pre",
"zIndex": "0"
},
".line-highlight:before": {
".line-highlight.line-highlight:before": {
"backgroundColor": "hsl(215, 15%, 59%)",
"borderRadius": "999px",
"boxShadow": "0 1px white",
"color": "hsl(24, 20%, 95%)",
"content": "attr(data-start)",
"font": "bold 65%/1.5 sans-serif",
"left": ".6em",
"minWidth": "1em",
"padding": "0 .5em",
"position": "absolute",
"textAlign": "center",
"textShadow": "none",
"top": ".4em",
"verticalAlign": ".3em"
"color": "hsl(24, 20%, 95%)"
},
".line-highlight[data-end]:after": {
".line-highlight.line-highlight[data-end]:after": {
"backgroundColor": "hsl(215, 15%, 59%)",
"borderRadius": "999px",
"boxShadow": "0 1px white",
"color": "hsl(24, 20%, 95%)",
"content": "attr(data-end)",
"font": "bold 65%/1.5 sans-serif",
"left": ".6em",
"minWidth": "1em",
"padding": "0 .5em",
"position": "absolute",
"textAlign": "center",
"textShadow": "none",
"top": "auto",
"verticalAlign": ".3em",
"bottom": ".4em"
"color": "hsl(24, 20%, 95%)"
}
}

0 comments on commit 20d9444

Please sign in to comment.