Skip to content

Commit

Permalink
Merge pull request smaranjitghose#724 from ashuvssut/sass-home1
Browse files Browse the repository at this point in the history
css->scss : banner + opensource
  • Loading branch information
anushbhatia authored Mar 18, 2021
2 parents c5dd162 + ba29b19 commit 1f20261
Show file tree
Hide file tree
Showing 10 changed files with 379 additions and 381 deletions.
87 changes: 41 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"jspdf": "^2.3.1",
"leaflet": "^1.7.1",
"mousetrap": "^1.6.5",
"node-sass": "^4.14.1",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-dom": "^17.0.1",
Expand All @@ -29,6 +28,7 @@
"react-scripts": "4.0.1",
"react-scroll": "^1.8.1",
"reactstrap": "^8.5.1",
"sass": "^1.32.8",
"web-vitals": "^0.2.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/sections/Banner/Banner.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { useHistory} from 'react-router-dom';
import styles from './Banner.module.css';
import styles from './Banner.module.scss';
import pen from './../../../../assets/images/home-banner/pen.svg';

function Banner() {
Expand Down
196 changes: 0 additions & 196 deletions src/pages/Home/sections/Banner/Banner.module.css

This file was deleted.

Loading

0 comments on commit 1f20261

Please sign in to comment.