Skip to content

Commit

Permalink
fix: Fix missing language for scss style
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jun 22, 2023
1 parent 076e2dc commit a4ffb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcRichText/NcRichText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export default {
},
}
</script>
<style scoped>
<style lang="scss" scoped>
/* stylelint-disable-next-line scss/at-import-partial-extension */
@import './richtext.scss';

Expand Down

0 comments on commit a4ffb28

Please sign in to comment.