refactor: use SASS @use over @import

This commit is contained in:
2024-11-13 23:16:35 +01:00
parent ac3070b0b7
commit cbd1062d82
20 changed files with 66 additions and 38 deletions

View File

@@ -20,7 +20,7 @@
"embla-carousel": "^8.3.1",
"focus-visible": "^5.2.1",
"lenis": "^1.1.16",
"motion": "^10.18.0",
"motion": "^10",
"ogl": "^1.0.9",
"sanitize.css": "^13.0.0",
"swell-js": "^4.2.4",
@@ -30,7 +30,7 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-cloudflare": "^4.7.4",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/kit": "^2.8.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"base-64": "^1.0.0",
@@ -44,8 +44,8 @@
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.1.0",
"postcss-sort-media-queries": "^5.2.0",
"sass": "^1.80.6",
"svelte": "^5.1.15",
"sass": "^1.80.7",
"svelte": "^5.1.16",
"svelte-check": "^4.0.7",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",