Upgrade dependencies

This commit is contained in:
Felix Mattick 2022-01-22 12:45:38 -06:00
parent 99017d0cc9
commit 2ca1eee9cf
No known key found for this signature in database
GPG key ID: 4E7A3D01471F32AB
12 changed files with 2972 additions and 3715 deletions

View file

@ -23,8 +23,10 @@
#link-snippet-container {
overflow: hidden;
display: grid;
display: -ms-grid;
/* stylelint-disable */
-ms-display: grid;
-ms-grid-columns: 1fr;
/* stylelint-enable */
}
#link-snippet-container > pre {