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 <opensource@fthiessen.de>
(cherry picked from commit a4ffb28)
  • Loading branch information
susnux authored and Antreesy committed Sep 14, 2023
1 parent 3e305bb commit 9619518
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 @@ -415,7 +415,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 9619518

Please sign in to comment.