Skip to content

Commit

Permalink
fix: convert all SCSS to CSS
Browse files Browse the repository at this point in the history
The Docusaurus plugin we used, `docusaurus-plugin-sass`, has not
been updated and is nearing deprecation. The site cannot be built
due to the deprecation warnings. Therefore, we removed the SCSS
dependency.

Ref: rlamana/docusaurus-plugin-sass#36
  • Loading branch information
calejvaldez committed Nov 19, 2024
1 parent e78dcdf commit 672e680
Show file tree
Hide file tree
Showing 15 changed files with 134 additions and 618 deletions.
3 changes: 1 addition & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ const config: Config = {
onUntruncatedBlogPosts: "throw",
},
theme: {
customCss: "./src/css/custom.scss",
customCss: "./src/css/custom.css",
},
} satisfies Preset.Options,
],
],

plugins: [
"docusaurus-plugin-sass",
[
"@docusaurus/plugin-client-redirects",
{
Expand Down
Loading

0 comments on commit 672e680

Please sign in to comment.