Skip to content

Commit

Permalink
Add postcss-import dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danieladugyan committed Jul 30, 2024
1 parent ee700a3 commit c1e6682
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/starlight": "^0.25.3",
"astro": "^4.10.2",
"sharp": "^0.32.5",
"@astrojs/check": "^0.8.3",
"typescript": "^5.5.4"
},
"devDependencies": {
"postcss-import": "^16.1.0"
}
}
77 changes: 77 additions & 0 deletions docs/pnpm-lock.yaml

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

0 comments on commit c1e6682

Please sign in to comment.