Skip to content

Commit

Permalink
[Fixed] Integration with react-bulma-components
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Apr 19, 2019
1 parent 5073dd3 commit 77a12a1
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 23 deletions.
3 changes: 2 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
author: `@zainfathoni`
},
plugins: [
`gatsby-plugin-sass`,
`gatsby-plugin-emotion`,
`gatsby-plugin-react-helmet`,
{
Expand Down Expand Up @@ -32,4 +33,4 @@ module.exports = {
// To learn more, visit: https://gatsby.dev/offline
// `gatsby-plugin-offline`,
]
}
};
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
"dependencies": {
"@emotion/core": "^10.0.10",
"gatsby": "2.3.16",
"gatsby-plugin-emotion": "4.0.6",
"gatsby-image": "2.0.37",
"gatsby-plugin-emotion": "4.0.6",
"gatsby-plugin-manifest": "2.0.28",
"gatsby-plugin-offline": "2.0.25",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-sass": "2.0.11",
"gatsby-plugin-sharp": "2.0.32",
"gatsby-source-filesystem": "2.0.29",
"gatsby-transformer-sharp": "2.1.17",
"node-sass": "4.11.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-bulma-components": "2.3.0",
Expand Down
5 changes: 5 additions & 0 deletions src/styles/_variables.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import '~bulma/sass/utilities/initial-variables.sass'

$primary: #ee5235

@import '~bulma/sass/utilities/_all.sass'

0 comments on commit 77a12a1

Please sign in to comment.