Skip to content

Commit

Permalink
Merge pull request #3 from nuoxoxo/23
Browse files Browse the repository at this point in the history
convert : sass <--- css
  • Loading branch information
nuoxoxo committed Aug 8, 2023
2 parents 848bae9 + 2a6a266 commit 0229c08
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 1 deletion.
118 changes: 118 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"eslint": "^8.44.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"sass": "^1.64.2",
"typescript": "^5.0.2",
"vite": "^4.4.0"
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import './App.css'
import './App.scss'

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
Expand Down

0 comments on commit 0229c08

Please sign in to comment.