classtranscribe / FrontEnd

The React + Redux Frontend for ClassTranscribe
https://classtranscribe.illinois.edu
Other
25 stars 28 forks source link

Replace node-sass with sass #635

Closed angrave closed 1 year ago

angrave commented 1 year ago

Remove the depreacated node-sass compiler and replaced it with the pure js version ("sass").

The new sass parser also warned about using division outside of calc/math.div, so that was fixed too.

npm install -g sass-migrator
find src -name '*scss' -exec  sass-migrator division \{\} \;