Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: add newline at end of sass import (#7810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumihiro-Yano committed Sep 30, 2022
1 parent b2d1730 commit bea2848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/4.assets.md
Expand Up @@ -89,7 +89,7 @@ export default defineNuxtConfig({
css: {
preprocessorOptions: {
sass: {
additionalData: '@use "@/assets/_colors.sass" as *'
additionalData: '@use "@/assets/_colors.sass" as *\n'
}
}
}
Expand Down

0 comments on commit bea2848

Please sign in to comment.