Skip to content

Commit

Permalink
Docusaurus: add sass plugin (#5767)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Apr 1, 2024
1 parent 44feea3 commit bbf9979
Show file tree
Hide file tree
Showing 9 changed files with 132 additions and 810 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const config: Config = {
'data-domain-script': '22c2e2c0-3df0-4958-8672-1194370ee230',
},
],
plugins: ['docusaurus-plugin-sass'],
presets: [
[
'classic',
Expand Down
124 changes: 124 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
"@react-aria/tooltip": "^3.7.2",
"@react-aria/utils": "^3.23.2",
"clsx": "^2.0.0",
"docusaurus-plugin-sass": "^0.2.5",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-select": "^5.8.0",
"sass": "^1.72.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
Expand Down
171 changes: 0 additions & 171 deletions src/components/HomepageFeatures/Community.tsx

This file was deleted.

Loading

0 comments on commit bbf9979

Please sign in to comment.