diff --git a/gatsby-config.js b/gatsby-config.js index 8178534..696b96f 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -59,5 +59,6 @@ module.exports = { redirectComponent: require.resolve(`./src/components/redirect.js`), }, }, + 'gatsby-plugin-sass', ], } \ No newline at end of file diff --git a/package.json b/package.json index edf9f49..fb91213 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,8 @@ "react-intl": "^5.13.5", "react-scrollspy": "^3.4.3", "redux": "4.0.5", + "gatsby-plugin-sass": "^4.1.0", + "node-sass": "^5.0.0", "smoothscroll-polyfill": "^0.4.4", "vertical-timeline-component-for-react": "1.0.7" }, diff --git a/src/components/footer.js b/src/components/footer.js index eba6a7e..0b26c2e 100644 --- a/src/components/footer.js +++ b/src/components/footer.js @@ -1,5 +1,5 @@ import React from "react" -import "../styles/footer.css" +import "../styles/footer.scss" const NpmFooter = () => (