diff options
author | pacien | 2020-04-26 00:18:57 +0200 |
---|---|---|
committer | pacien | 2020-04-26 00:18:57 +0200 |
commit | 525bde063c7c17f292199c75eae398388933f868 (patch) | |
tree | f7f4f59a79ff3acd358ea14696e13e744f946ceb /viewer/src/components/LdThumbnail.vue | |
parent | 765846fae6e9c64a897b4d0fd26b226ac3e4512d (diff) | |
download | ldgallery-525bde063c7c17f292199c75eae398388933f868.tar.gz |
viewer: tell webpack to import scss from module
Diffstat (limited to 'viewer/src/components/LdThumbnail.vue')
-rw-r--r-- | viewer/src/components/LdThumbnail.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdThumbnail.vue b/viewer/src/components/LdThumbnail.vue index 4ab6446..e774f00 100644 --- a/viewer/src/components/LdThumbnail.vue +++ b/viewer/src/components/LdThumbnail.vue | |||
@@ -62,7 +62,7 @@ export default class LdThumbnail extends Vue { | |||
62 | </script> | 62 | </script> |
63 | 63 | ||
64 | <style lang="scss"> | 64 | <style lang="scss"> |
65 | @import "@/assets/scss/theme.scss"; | 65 | @import "~@/assets/scss/theme.scss"; |
66 | 66 | ||
67 | .thumbnail-other { | 67 | .thumbnail-other { |
68 | width: $thumbnail-other-size; | 68 | width: $thumbnail-other-size; |