Skip to content

Commit

Permalink
Implement Reusable Gatsby Theme (#3396)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Kunwar <[email protected]>
  • Loading branch information
rogermparent and yathomasi authored Jun 9, 2022
1 parent 2b9ae09 commit 9a47e0c
Show file tree
Hide file tree
Showing 261 changed files with 7,676 additions and 12,725 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"files": [
"src/utils/shared/*.?(js|ts)",
"src/gatsby/**/*.js",
"src/components/PageWrapper/index.js",
"scripts/**/*.js",
"config/**/*.js",
"src/server/**/*.js",
Expand Down
10 changes: 8 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": ["mixin"]
"ignoreAtRules": ["mixin", "tailwind"]
}
],
"selector-class-pattern": null,
"keyframes-name-pattern": null
"keyframes-name-pattern": null,
"function-no-unknown": [
true,
{
"ignoreFunctions": ["a", "color-mod"]
}
]
}
}
59 changes: 0 additions & 59 deletions config/gatsby-remark-embedder/custom-yt-embedder.js

This file was deleted.

19 changes: 0 additions & 19 deletions config/postcss/media.js

This file was deleted.

115 changes: 0 additions & 115 deletions config/postcss/mixins.js

This file was deleted.

71 changes: 0 additions & 71 deletions config/prismjs/dvc-commands.js

This file was deleted.

29 changes: 0 additions & 29 deletions config/prismjs/dvc-hook.js

This file was deleted.

64 changes: 0 additions & 64 deletions config/prismjs/dvc.js

This file was deleted.

Loading

0 comments on commit 9a47e0c

Please sign in to comment.