Handle scss files with vite also

This commit is contained in:
Johannes Zellner
2024-10-07 14:56:49 +02:00
parent 9f06b91399
commit 6f914a8d6b
8 changed files with 7 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
<!-- CSS -->
<link type="text/css" rel="stylesheet" href="/slick.css"/>
<link type="text/css" rel="stylesheet" href="/angular-ui-notification.css"/>
<link type="text/css" rel="stylesheet" href="/theme.css">
<link type="text/css" rel="stylesheet" href="./src/theme.scss">
<!-- async -->
<script type="text/javascript" src="/js/async-3.2.0.min.js"></script>