Skip to content

Commit

Permalink
chore: update dependencies to latest version (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnikell authored Feb 17, 2021
1 parent 5779723 commit 9846668
Show file tree
Hide file tree
Showing 4 changed files with 6,447 additions and 6,501 deletions.
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hooks": {
"pre-commit": "lint-staged && yarn lint:prose"
"pre-commit": "lint-staged"
}
}
3 changes: 1 addition & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ const plugins = [
{
resolve: 'gatsby-plugin-sass',
options: {
includePaths: ['src/styles/variables.scss', 'src/styles/mixins.scss'],
data:
additionalData:
'@import "./src/styles/variables.scss", "./src/styles/mixins.scss";',
},
},
Expand Down
Loading

0 comments on commit 9846668

Please sign in to comment.