diff --git a/client-pure/bun.lockb b/client-pure/bun.lockb index d446eaf..0490453 100644 Binary files a/client-pure/bun.lockb and b/client-pure/bun.lockb differ diff --git a/client-pure/package.json b/client-pure/package.json index b1a41bc..a64234e 100644 --- a/client-pure/package.json +++ b/client-pure/package.json @@ -11,7 +11,7 @@ "devDependencies": { "sass": "^1.83.0", "typescript": "^5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.6" }, "dependencies": { "@orama/orama": "2.0.17", diff --git a/client-pure/src/styles/theme.scss b/client-pure/src/styles/theme.scss index cc0ea07..824800b 100644 --- a/client-pure/src/styles/theme.scss +++ b/client-pure/src/styles/theme.scss @@ -1,5 +1,5 @@ // global styles that apply to elements like h1, setting colors and fonts etc. Not specific to any page. -@import "header"; -@import "main"; +@use "header"; +@use "main";