I deployed my site fine locally and now trying through github. My site has no css at all and i use scss too. How do i add css to the site / and make sure it uses scss?
https://lukasjakobsen-portfolio.netlify.app/
package.json file
{
“name”: “my-portfolio”,
“version”: “1.0.0”,
“description”: “Lukas Portfolio”,
“main”: “index.js”,
“scripts”: {
“test”: “echo "Error: no test specified" && exit 1”,
},
“repository”: {
“type”: “git”,
“url”: “git+https://github.com/Draxlicious/my-portfolio.git”
},
“keywords”: ,
“author”: “”,
“license”: “ISC”,
“bugs”: {
“url”: “Issues · Draxlicious/my-portfolio · GitHub”
},
“homepage”: “GitHub - Draxlicious/my-portfolio: Lukas Portfolio”
}
Deploy log
`
12:30:13 PM: Build ready to start
12:30:15 PM: build-image version: 30f629161c0736b1a3ecd8b418e5eeffab5c0faf
12:30:15 PM: build-image tag: v3.3.14
12:30:15 PM: buildbot version: a383ed3390159974f55f285b04457b44cb49efb0
12:30:15 PM: Fetching cached dependencies
12:30:15 PM: Starting to download cache of 254.3KB
12:30:15 PM: Finished downloading cache in 64.50982ms
12:30:15 PM: Starting to extract cache
12:30:15 PM: Failed to fetch cache, continuing with build
12:30:15 PM: Starting to prepare the repo for build
12:30:16 PM: No cached dependencies found. Cloning fresh repo
12:30:16 PM: git clone GitHub - Draxlicious/my-portfolio: Lukas Portfolio
12:30:17 PM: Preparing Git Reference refs/heads/master
12:30:18 PM: No build command found, continuing to publishing
12:30:18 PM: Starting to deploy site from ‘public’
12:30:18 PM: Creating deploy tree
12:30:18 PM: Creating deploy upload records
12:30:18 PM: 0 new files to upload
12:30:18 PM: 0 new functions to upload
12:30:18 PM: Starting post processing
12:30:18 PM: Post processing done
12:30:19 PM: Site is live
12:30:20 PM: Finished processing build request in 5.322743063s
`