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 "./PostCard";
</style>
<style lang="scss" src="./PostCard.scss"></style>
<script lang="ts">
import { cx } from 'classix'