tweaking the build process to make CSS cascade properly with in the prod environment
This commit is contained in:
parent
dfae48f943
commit
62a935921a
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
<script>
|
||||
import tabler from 'yesvelte/css/tabler.min.css?url';
|
||||
import daisyui from 'yesvelte/css/daisyui.min.css?url';
|
||||
import { Navbar, NavbarItem } from 'yesvelte';
|
||||
import '../app.css';
|
||||
|
||||
import { Navbar, NavbarItem } from 'yesvelte';
|
||||
|
||||
let theme = 'tabler';
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue