Skip to content

Commit

Permalink
Revert "scss - css"
Browse files Browse the repository at this point in the history
This reverts commit e5313d3.
  • Loading branch information
aycact committed Oct 5, 2024
1 parent e5313d3 commit 304a12c
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 273 deletions.
95 changes: 0 additions & 95 deletions client/src/assets/css/About.css

This file was deleted.

1 change: 0 additions & 1 deletion client/src/assets/css/About.css.map

This file was deleted.

17 changes: 0 additions & 17 deletions client/src/assets/css/App.css

This file was deleted.

13 changes: 0 additions & 13 deletions client/src/assets/css/AspirationCard.css

This file was deleted.

1 change: 0 additions & 1 deletion client/src/assets/css/AspirationCard.css.map

This file was deleted.

76 changes: 0 additions & 76 deletions client/src/assets/css/Card.css

This file was deleted.

1 change: 0 additions & 1 deletion client/src/assets/css/Card.css.map

This file was deleted.

8 changes: 0 additions & 8 deletions client/src/assets/css/Library.css

This file was deleted.

1 change: 0 additions & 1 deletion client/src/assets/css/Library.css.map

This file was deleted.

41 changes: 0 additions & 41 deletions client/src/assets/css/Navbar.css

This file was deleted.

1 change: 0 additions & 1 deletion client/src/assets/css/Navbar.css.map

This file was deleted.

7 changes: 0 additions & 7 deletions client/src/assets/css/Sidebar.css

This file was deleted.

1 change: 0 additions & 1 deletion client/src/assets/css/Sidebar.css.map

This file was deleted.

4 changes: 0 additions & 4 deletions client/src/assets/css/Variables.css

This file was deleted.

1 change: 0 additions & 1 deletion client/src/assets/css/Variables.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/components/Home/AspirationSegment.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Badge from 'react-bootstrap/esm/Badge'
import { GiTiedScroll, GiBullseye } from 'react-icons/gi'
import { FaRegEye } from 'react-icons/fa'
import '../../assets/css/Card.css'
import '../../assets/scss/Card.scss'
import FlipCard from '../FlipCard'

const AspirationSegment = () => {
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/MyNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { logo } from '../assets/images'
import { useSelector, useDispatch } from 'react-redux'
import { Link, useNavigate } from 'react-router-dom'
import { useQueryClient } from '@tanstack/react-query'
import '../assets/css/Navbar.css'
import '../assets/scss/Navbar.scss'
import styled from 'styled-components'
import {
primaryBgColorHover,
Expand Down
2 changes: 1 addition & 1 deletion client/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Provider } from 'react-redux'
import store from './store'
import { ToastContainer } from 'react-toastify'
import 'react-toastify/dist/ReactToastify.css'
import '../src/assets/css/App.css'
import '../src/assets/scss/App.scss'
import { LocalizationProvider } from '@mui/x-date-pickers'
import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs'

Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/main/About.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '../../assets/css/About.css'
import '../../assets/scss/About.scss'
import { aboutImage } from '../../assets/images'
import Badge from 'react-bootstrap/Badge'

Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/main/Library.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import { LibraryContainer, MyBreadCrumb } from '../../components'
import '../../assets/css/Library.css'
import '../../assets/scss/Library.scss'
import { customFetch } from '../../utils/axios'

const url = '/books'
Expand Down

0 comments on commit 304a12c

Please sign in to comment.