Fix a hell of a stupid SCSS issue that blocked everything?!

This commit is contained in:
2022-07-12 12:07:26 +02:00
parent c21df61fa2
commit 257691d208
2 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { sveltekit } from '@sveltejs/kit/vite'
import { scssImports } from './svelte.config.js'
/** @type {import('vite').UserConfig} */