Skip to content

Commit e66babb

Browse files
tomas-novotnygary
authored and
gary
committed
Fix cropper.css dependency
1 parent 3fd635f commit e66babb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modals/additions/Cropper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export default {
272272
</script>
273273

274274
<style lang="scss">
275-
@import "~cropperjs/dist/cropper.css";
275+
@import "cropperjs/dist/cropper.css";
276276
277277
.fm-additions-cropper {
278278
overflow: hidden;

0 commit comments

Comments
 (0)