Converting CSS to SASS
Install
Open terminal and change directory to the project folder
Install Sass with the command line below$npm install sass
Check if you can find the version info of sass on package.json>>"dependencies""dependencies": {
"@testing-library/jest-dom":...
reyjang.hashnode.dev3 min read
Jung Jun Kim
Thank you! This is exactly what I was looking for