Fix scss import
This commit is contained in:
parent
93e9d68b4e
commit
0501ca57ef
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@
|
||||||
</ScrollerBase>
|
</ScrollerBase>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@use '../scss/mixins' as mixins;
|
@use 'mixins' as mixins;
|
||||||
|
|
||||||
.graphic {
|
.graphic {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue