Minify css for demo docs

This commit is contained in:
Vadim
2021-05-06 21:34:34 +03:00
parent f657c1f405
commit 06b437bd1e
5 changed files with 10 additions and 18 deletions

View File

@@ -1,7 +1,5 @@
<script>
import Carousel from './Carousel.svx'
import '../../node_modules/prismjs/themes/prism-tomorrow.css'
import './global.css'
</script>
<main>

View File

@@ -1,4 +1,6 @@
import App from './App.svelte';
import 'prismjs/themes/prism-tomorrow.css'
import './global.css'
const app = new App({
target: document.body,