Skip to content

Commit

Permalink
website scss -> css
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 28, 2024
1 parent 54ce775 commit f4310bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion website/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
site: 'https://joinkitsune.org',
integrations: [
starlight({
customCss: ['./src/styles/global.scss'],
customCss: ['./src/styles/global.css'],
plugins: [starlightLinksValidator()],
sidebar: [
{
Expand Down
5 changes: 2 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"devDependencies": {
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.81.0"
"prettier-plugin-astro": "^0.14.1"
}
}
}
File renamed without changes.

0 comments on commit f4310bd

Please sign in to comment.