Initial Vite migration setup

This commit is contained in:
BlackWolfNews 2025-04-13 17:46:38 -06:00
parent 7c58477382
commit 35171070a1
88 changed files with 3341 additions and 3664 deletions

View file

@ -0,0 +1,16 @@
/* Fix font-face descriptors */
@font-face {
font-family: 'Virgil';
src: url('/node_modules/@excalidraw/excalidraw/dist/Virgil.woff2') format('woff2');
}
/* Fix align-items rule */
.excalidraw {
align-items: normal !important;
}
/* Remove problematic rules */
.excalidraw .invalid-selector,
.excalidraw .another-invalid-selector {
/* These intentionally left blank to override bad selectors */
}