mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-05 03:08:39 +02:00
13 lines
317 B
CSS
13 lines
317 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
|
|
@import "tailwindcss";
|
|
@plugin 'flowbite/plugin';
|
|
@custom-variant dark {
|
|
@media not print {
|
|
.dark & {
|
|
@slot;
|
|
}
|
|
}
|
|
}
|
|
@source "../node_modules/flowbite-svelte/dist";
|
|
@import "./app.scss";
|