Skip to content

Commit 633f8df

Browse files
committed
Sass: replace @import with @use
1 parent 39438da commit 633f8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TroubleshooterStep.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default defineComponent({
4949
</script>
5050

5151
<style lang="scss">
52-
@import "../assets/highlight.scss";
52+
@use "../assets/highlight.scss";
5353
5454
.troubleshooter-step {
5555
position: relative;

0 commit comments

Comments
 (0)