What is the difference between css and scss | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the difference between css and scss

15th Jul 2019, 5:21 AM
Brighton Phiri
Brighton Phiri - avatar
3 Answers
+ 1
scss it kinda the efficient way to write a css. some rules looks a bit different but make sense. it even has a conditional branch. but its not actually a css. you cant directly use it. it need to be compiled into css first before it can be used.
15th Jul 2019, 5:31 AM
Taste
Taste - avatar
+ 1
If you study from the codes of css and scss, it would you understand the difference between them. https://code.sololearn.com/WWNwYFjRqlyd/?ref=app https://code.sololearn.com/WgoUzKbdNvbg/?ref=app
9th Sep 2019, 1:04 AM
Calviղ
Calviղ - avatar
0
scss is a language within frameworks of css. sass uses scss. it all turns into normal css after compiling
15th Jul 2019, 6:33 AM
Jason Kennedy