sass/scss implementation

This commit is contained in:
2023-08-31 14:13:55 +02:00
parent 29a3aa75ab
commit a342e6eeec
4 changed files with 75 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'
import './App.scss'
function App() {
const [count, setCount] = useState(0)