Skip to content

Commit

Permalink
switch from src to @use in ProgressRing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropix126 committed Apr 22, 2022
1 parent e52f02b commit 468a5dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/ProgressRing/ProgressRing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,6 @@ ProgressRing provides visual feedback to to the user that a long-running operati
/>
</svg>

<style lang="scss" src="./ProgressRing.scss"></style>
<style lang="scss">
@use "./ProgressRing";
</style>

0 comments on commit 468a5dd

Please sign in to comment.