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 d93177e..fb91213 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "version": "0.2.0", "dependencies": { "bootstrap": "4.6.0", + "breakpoints": "^0.0.0", "gatsby": "3.1.1", "gatsby-awesome-pagination": "0.3.6", "gatsby-cli": "3.1.0", @@ -22,25 +23,25 @@ "gatsby-source-graphql": "3.1.0", "gatsby-transformer-remark": "3.1.0", "gatsby-transformer-sharp": "3.1.0", - "node-sass": "^5.0.0", - "gatsby-plugin-sass": "4.1.0", "html-react-parser": "1.2.4", "imagemin-pngquant": "9.0.2", "jquery": "3.6.0", + "jquery.scrollex": "^0.2.1", + "jquery.scrolly": "^0.0.1", "katex": "0.13.0", "mini-css-extract-plugin": "1.3.9", "ncp": "2.0.0", - "netlify-cms-app": "2.14.32", "prop-types": "15.7.2", "react": "17.0.2", "react-bootstrap": "1.5.2", "react-helmet": "6.1.0", "react-intl": "^5.13.5", - "redux": "4.0.5", - "typescript": "^4.2.3", - "vertical-timeline-component-for-react": "1.0.7", "react-scrollspy": "^3.4.3", - "smoothscroll-polyfill": "^0.4.4" + "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" }, "devDependencies": { "autoprefixer": "10.2.5", 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 = () => (