Fix build step with workaround

This commit is contained in:
Ramon Wenger 2023-02-20 14:38:05 +01:00
parent 437801a493
commit bfeeb232d3
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@ const changeDocumentUrl = (documentUrl: string) => {
};
</script>
<style scoped lang="scss">
<style lang="scss">
// todo: use `scoped` once no longer on webpack
@import '~styles/helpers';
.submission-form-container {