Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 9501183

Browse files
committed
Removed sass dep 🚀
1 parent b1382d0 commit 9501183

File tree

5 files changed

+8
-225
lines changed

5 files changed

+8
-225
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All changes to Chicio coding will be documented in this file.
44
## [4.4.0](https://github.com/chicio/chicio.github.io/releases/tag/v4.4.0)
55
Release date: 2021-04-29
66

7+
#### Fixed
8+
9+
- Removed sass dependency
10+
11+
## [4.4.0](https://github.com/chicio/chicio.github.io/releases/tag/v4.4.0)
12+
Release date: 2021-04-29
13+
714
#### Added
815

916
- New home background with tsParticle

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ My website has been created for Github Pages using:
5858

5959

6060
* [GatsbyJS](https://www.gatsbyjs.com/) with the following plugins:
61-
* [gatsby-plugin-sass](https://www.gatsbyjs.com/plugins/gatsby-plugin-sass/)
6261
* [gatsby-plugin-image](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-plugin-image/)
6362
* [gatsby-plugin-google-tag](https://www.gatsbyjs.com/plugins/gatsby-plugin-google-gtag/)
6463
* [gatsby-plugin-react-helmet](https://www.gatsbyjs.com/plugins/gatsby-plugin-react-helmet/)

gatsby-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
},
2121
},
2222
plugins: [
23-
"gatsby-plugin-sass",
2423
"gatsby-plugin-image",
2524
{
2625
resolve: `gatsby-plugin-google-gtag`,

package-lock.json

Lines changed: 1 addition & 221 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"gatsby-plugin-manifest": "^3.2.0",
5959
"gatsby-plugin-offline": "^4.2.0",
6060
"gatsby-plugin-react-helmet": "^4.2.0",
61-
"gatsby-plugin-sass": "^4.2.0",
6261
"gatsby-plugin-sharp": "^3.2.0",
6362
"gatsby-plugin-sitemap": "^3.2.0",
6463
"gatsby-plugin-styled-components": "^4.3.0",
@@ -79,7 +78,6 @@
7978
"react-dom": "^17.0.1",
8079
"react-helmet": "^6.1.0",
8180
"react-tsparticles": "^1.26.4",
82-
"sass": "^1.32.8",
8381
"styled-components": "^5.2.3"
8482
},
8583
"devDependencies": {

0 commit comments

Comments
 (0)