mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Initial Vite migration setup
This commit is contained in:
parent
7c58477382
commit
35171070a1
88 changed files with 3341 additions and 3664 deletions
16
src/styles/excalidraw-overrides.css
Normal file
16
src/styles/excalidraw-overrides.css
Normal 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 */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue