check valid sass file code example
Example 1: sass to scss
# You can do it with SASS itself
# Nevermind these malware infested sites below
sass-convert style.sass style.scss
Example 2: sass
npm uninstall node-sass
npm install [email protected]
# You can do it with SASS itself
# Nevermind these malware infested sites below
sass-convert style.sass style.scss
npm uninstall node-sass
npm install [email protected]