+ 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?
16 Respostas
+ 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!
+ 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.
+ 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
+ 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.
+ 4
Yeah it happens.
But pls be careful before advicing or harassing anyone in public..
+ 3
No SASS tutorial available here yet.
+ 2
Mpho Mashego I will try to create sass lessons as soon as possible.
Just wait for one or two days .
+ 2
An honest mistake he made. We can all chill now right, Alphin K Sajan ?
+ 1
Alphin K Sajan already done bootstrap. My question was regarding SASS not Bootstrap but thank you
+ 1
🇮🇳Vivek🇮🇳 I'd definitely like that. Can you follow me back?
+ 1
Alphin K Sajan sorry, my mistake. I want to mention someone else. I will correct it.
Thanks for replying
+ 1
Alphin K Sajan sorry again. I will take care of that.
0
Estoy iniciando, me ayudan
Geo Grape
¿Por qué estás enviando spam?
- 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")