refactor: import using style src over @import

This commit is contained in:
2024-11-12 14:05:59 +01:00
parent 396eed0bcd
commit 9ed4f1dbd9
43 changed files with 43 additions and 129 deletions

View File

@@ -1,6 +1,4 @@
<style lang="scss">
@import "../../../../style/pages/location";
</style>
<style lang="scss" src="../../../../style/pages/location.scss"></style>
<script lang="ts">
import { PUBLIC_LIST_INCREMENT } from '$env/static/public'

View File

@@ -1,6 +1,4 @@
<style lang="scss">
@import "../../../../../style/pages/viewer";
</style>
<style lang="scss" src="../../../../../style/pages/viewer.scss"></style>
<script lang="ts">
import { page, navigating } from '$app/stores'