🔧 (vite) migrate to vite (#7)

This commit is contained in:
Julien Calixte
2023-07-01 23:08:53 +02:00
committed by GitHub
parent 077c04b482
commit e4bba8246b
10 changed files with 370 additions and 5939 deletions

View File

@@ -26,7 +26,7 @@ $family-primary: 'Courier Prime', monospace;
--note-width: 620px;
}
@import '~bulma/bulma.sass';
@import '../../node_modules/bulma/bulma.sass';
html {
overflow-y: auto;
@@ -41,6 +41,7 @@ body {
}
@media screen and (min-width: 769px) {
html,
body {
overflow-y: hidden;
@@ -91,6 +92,7 @@ a {
}
@media print {
html,
body {
overflow-y: auto;
@@ -110,4 +112,4 @@ pre {
code {
font-family: var(--font-family);
}
}