Skip to content

Commit

Permalink
feat(website): add scss syntax highlighting support
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Nov 23, 2023
1 parent 7f67abe commit 613e691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const config: Config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['scss'],
},
} satisfies Preset.ThemeConfig,
};
Expand Down

0 comments on commit 613e691

Please sign in to comment.