Why doesn't sololearn teach Sass basics? Or it does and i dont know🤪 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why doesn't sololearn teach Sass basics? Or it does and i dont know🤪

Just finished my css & wanna dive into something deeper in it like bootstrap for html. So I stumpled upon Sass talks and they're kinda interesting to me. Where can I get the fundamentals?

15th Oct 2020, 1:01 PM
Mpho Mashego
Mpho Mashego - avatar
16 Answers
+ 4
Hello, No, there isn't currently a SASS course on SL. Here are some prior threads for reference: https://www.sololearn.com/discuss/1896711/ https://www.sololearn.com/discuss/1050796/ https://www.sololearn.com/discuss/187885/ I liked learning SASS from https://css-tricks.com/ and from the SASS documentation. https://sass-lang.com/documentation Although I've used SASS, SCSS, and LESS on different projects, I found that I prefer SCSS the best. But at the end of the day, they are not very different from one another and are all "syntactic sugars"... i.e. not essential, just prettier CSS. The only one who can answer why SL doesn't teach SASS is SL themselves, so you can ask them at info@sololearn.com, but hopefully what I wrote here (above) will be good resources for getting the fundamentals. I hope this helps!
16th Oct 2020, 8:14 AM
Janning⭐
Janning⭐ - avatar
+ 4
Go to HTML course and click More on the topic,u will get Bootstrap for html and other advanced stuffs. Similarly advanced stuffs are available on more on the topic of css also.. Happy Coding.
15th Oct 2020, 1:04 PM
Alphin K Sajan
Alphin K Sajan - avatar
15th Oct 2020, 1:05 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 4
Sololearn hasn't included SASS yet.Let's hope it will come by next update.. So, u canearn it from other resources available online. I suggest : https://www.w3schools.com/sass/sass_intro.asp
15th Oct 2020, 1:24 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 4
Mpho Mashego brother, don't be on sololearn only for follower. Be on sololearn only for learning coding, networking and communication to get job sooner. See my profile doesn't have much follower and I don't want to. Follow me if and only if you can learn from me. Otherwise don't follow me. As a beginner, we all wants followers as much as possible. But you will realise. This doesn't happen in reality. Just keep learning.
15th Oct 2020, 1:33 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 4
Yeah it happens. But pls be careful before advicing or harassing anyone in public..
15th Oct 2020, 1:45 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 3
No SASS tutorial available here yet.
16th Oct 2020, 3:16 AM
Sonic
Sonic - avatar
+ 2
Mpho Mashego I will try to create sass lessons as soon as possible. Just wait for one or two days .
15th Oct 2020, 1:25 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 2
An honest mistake he made. We can all chill now right, Alphin K Sajan ?
15th Oct 2020, 1:39 PM
Mpho Mashego
Mpho Mashego - avatar
+ 1
Alphin K Sajan already done bootstrap. My question was regarding SASS not Bootstrap but thank you
15th Oct 2020, 1:13 PM
Mpho Mashego
Mpho Mashego - avatar
+ 1
🇮🇳Vivek🇮🇳 I'd definitely like that. Can you follow me back?
15th Oct 2020, 1:26 PM
Mpho Mashego
Mpho Mashego - avatar
+ 1
Alphin K Sajan sorry, my mistake. I want to mention someone else. I will correct it. Thanks for replying
15th Oct 2020, 1:42 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 1
Alphin K Sajan sorry again. I will take care of that.
15th Oct 2020, 1:47 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
18th Oct 2020, 1:27 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
0
Estoy iniciando, me ayudan Geo Grape ¿Por qué estás enviando spam?
16th Oct 2020, 9:42 PM
Geo Grape
Geo Grape - avatar
- 1
dos = "miguel" tres = "juan" uno = "pedro" print ("Quien es el mayor") print ("Esribe las 3 edades") uno =  print (input ("Cual es la edad de Pëdro")) dos =  print (input ("Cual es la edad de Juan")) tres = print (input ("Cual es la edad de Miguel"))  if uno < dos:         print ("Pedro es mayor que Miguel") if tres < dos:         print ("Juan es mayor que Miguel") if dos < tres:         print ("Miguel es mayor que Juan") print ( ) if "uno" < "dos":         print ("Pedro es menor que Miguel") if "tres" < "dos":         print ("Juan es menor que Miguel") if dos < "tres":         print ("Miguel es menor que Juan")     if uno and dos > tres:         print ("Juan es el menor") if uno and tre > dos:         print ("Miguel es el menor") if dos and tres > uno:          print ("Pedro es el menor") if uno and dos > tres:         print ("Juan es el mayor") if uno and tres > dos:         print ("Miguel es el mayor") if dos and tres > uno:          print ("Pedro es el menor")
16th Oct 2020, 9:31 PM
Geo Grape
Geo Grape - avatar