Skip to content

Commit

Permalink
Use CSS Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedijkstra committed Dec 6, 2023
1 parent 5fb488f commit 8c0b4eb
Show file tree
Hide file tree
Showing 23 changed files with 1,549 additions and 603 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"files.autoSave": "afterDelay",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"notebook.formatOnSave.enabled": true
"notebook.formatOnSave.enabled": true,
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const config: GatsbyConfig = {
// Learn more at: https://gatsby.dev/graphql-typegen
graphqlTypegen: true,
plugins: [
"gatsby-plugin-styled-components",
"gatsby-plugin-image",
"gatsby-plugin-postcss",
"gatsby-plugin-sitemap",
{
resolve: "gatsby-plugin-manifest",
Expand Down
Loading

0 comments on commit 8c0b4eb

Please sign in to comment.