Skip to content

Commit 737046f

Browse files
committed
docs: release of web components
1 parent 51a9729 commit 737046f

File tree

8 files changed

+8749
-4393
lines changed

8 files changed

+8749
-4393
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2019-2022 Maxim Van de Wynckel & Vrije Universiteit Brussel
178+
Copyright 2019-2023 Maxim Van de Wynckel & Vrije Universiteit Brussel
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Deployment is done on Netlify
4444
Use of OpenHPS, contributions and feedback is highly appreciated. Please read our [contributing guidelines](CONTRIBUTING.md) for more information.
4545

4646
## License
47-
Copyright (C) 2019-2022 Maxim Van de Wynckel & Vrije Universiteit Brussel
47+
Copyright (C) 2019-2023 Maxim Van de Wynckel & Vrije Universiteit Brussel
4848

4949
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
5050

_scss/includes/_twoslash.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,27 @@ pre {
2020
overflow: auto;
2121
position: relative;
2222
}
23+
24+
pre:has(code.language-twoslash) {
25+
display: none;
26+
}
27+
2328
pre.shiki {
2429
overflow: initial;
2530
}
31+
pre.shiki .logger.log-log {
32+
background-color: #e9e9e9;
33+
border-left: 2px solid #ababab;
34+
}
35+
pre.shiki .logger {
36+
display: flex;
37+
align-items: center;
38+
color: #000;
39+
padding: 6px 6px 6px 8px;
40+
width: calc(100% - 19px);
41+
white-space: pre-wrap;
42+
}
43+
2644
pre .code-container {
2745
overflow: none;
2846
}

images/social/thumbnail.png

20.6 KB
Loading

0 commit comments

Comments
 (0)