-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update using css modules example for Gatsby v2 (#5736)
- Loading branch information
1 parent
79a5f01
commit 0d2740c
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,11 @@ | |
"description": "Gatsby example site demonstrating using css modules in Gatsby with normal (Postcss) css and sass/scss.", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "canary", | ||
"gatsby-plugin-sass": "canary", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
"gatsby": "next", | ||
"gatsby-plugin-sass": "next", | ||
"node-sass": "^4.9.0", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0" | ||
}, | ||
"license": "MIT", | ||
"main": "n/a", | ||
|