Skip to content

Commit 38baf13

Browse files
Move styles to Lightning CSS
1 parent 24d1e64 commit 38baf13

16 files changed

Lines changed: 294 additions & 22 deletions

package-lock.json

Lines changed: 272 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"eslint-config-prettier": "^9.1.0",
2323
"eslint-plugin-svelte": "^2.36.0",
2424
"globals": "^15.0.0",
25+
"lightningcss": "^1.32.0",
2526
"mdsvex": "^0.11.2",
2627
"npm-run-all": "^4.1.5",
2728
"prettier": "^3.3.2",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ input[type='submit'] {
144144
}
145145

146146
.dark & {
147-
border-width: 2px; //Prevents overrides from above button styles
147+
border-width: 2px; /* Prevents overrides from above button styles */
148148
}
149149
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ body {
5353
scrollbar-color: var(--yellow) var(--paper);
5454
scrollbar-width: thin;
5555

56-
// Had this before, but doesn't work well with footnotes.
57-
// &.smooth-scroll {
58-
// scroll-behavior: smooth;
59-
// }
56+
/* Had this before, but doesn't work well with footnotes.
57+
&.smooth-scroll {
58+
scroll-behavior: smooth;
59+
} */
6060
}
6161

6262
:target {

0 commit comments

Comments
 (0)