Thanks for all of the support!! Next up CSS Grid in 20 Minutes: kzbin.info/www/bejne/Zl6nimuAlNiekJI 📚 My Favorite Web Design Books 📚 Web Design with HTML, CSS, JavaScript and jQuery Set by Jon Duckett (paid link) amzn.to/2JaiCL8
@RedEyedJedi5 жыл бұрын
Seriously, do you even know how to make a bad tutorial? All of your tutorials are gold, I really can't thank you enough for all the time and effort you put into making such clear and easy to understand tutorials. I've started sharing these on all the front end developer Facebook groups I am a member/moderator of and I look forward to watching this channel grow beyond your wildest dreams. More power to you my friend.
@codeSTACKr5 жыл бұрын
Thank you so much! I really appreciate it!
@anlkoc24374 жыл бұрын
Best best best SCSS tutorial ever. Short and include everything you need to know. Thank you for sharing.
@codeSTACKr4 жыл бұрын
Glad it was helpful!
@HossamKhalaf-sr1oo4 жыл бұрын
best sass tutorial ever!! thanks a lot for your work!!
@neshothakur26034 жыл бұрын
Thanks . Very well explained as usual. Your video is my first Introduction to SASS. I now have a very good idea about it & can see how it can be very useful for a big project with many team members.
@codeSTACKr4 жыл бұрын
Glad it was helpful!
@elilumilay94054 жыл бұрын
Thank you so much! As a help, I will finish any ads that will show on your video :)
@digigoliath4 жыл бұрын
Thanks . Very well explained as usual. Your video is my first Introduction to SASS. I now have a very good idea about it & can see how it can be very useful for a big project with many team members. It is nevertheless great for productivity. Love the superpowers of variables, maps, nesting, functions & mixins, partials / importing snippets & JS-like IF flow control covered in your video. I also love how it is easily supported by VSC.
@codeSTACKr4 жыл бұрын
Great summary! You payed attention! :)
@digigoliath4 жыл бұрын
@@codeSTACKr LOL, it means you have taught well!
@lucasdalessio97314 жыл бұрын
Loved the video! Your channel is amazing and a huge contribution for people who are new to the coding world. Cheers!
@codeSTACKr4 жыл бұрын
Thanks a ton!
@ryanfrost63194 жыл бұрын
Great video. At the 15min mark when you talk about nesting, I don't understand why you had to use `#{&}` instead of just `&` like you do on the hover. Would you be able to explain? Or direct me to a source that explains?
@JoelEmberson5 жыл бұрын
very helpful and well presented!
@johnjedidiahgetes42604 жыл бұрын
I've learned so much from you Sir! Thank you very much! #beSassyAlways! :)
@codeSTACKr4 жыл бұрын
Awesome! Thank you!
@ryanfrost63194 жыл бұрын
At 28 mins in, what does the @content do / mean?
@hanspijpers21004 жыл бұрын
one question pls I don't get : in the doctype is that a problem ? kind regards Hans
@rohithpatelpurella24184 жыл бұрын
what about id? in interpolation
@ermakamre5 жыл бұрын
Nice tutorial, thank you! Question: why there were no completions for variables names from _variables.scss?
@codeSTACKr5 жыл бұрын
The scss variables are compiled into the values where they are referenced in the scss. Scss variables do not get compiled into CSS variables. So where we declared the background color and referenced a scss variables, that's where the variable was pulled from the _variables file. Thanks for watching!
@ermakamre5 жыл бұрын
@@codeSTACKr My question was about code completion (intellisense) in the vscode, when you type variables names they don't appear in the popup. Look at 28:15 for example with $mobile variable.
@codeSTACKr5 жыл бұрын
@@ermakamre I see. Sorry I misunderstood. Yes, you would need to install SCSS IntelliSense extension in VS Code. That will add support for variables outside the current file.
@ermakamre5 жыл бұрын
@@codeSTACKr Comparing CSS variables and SCSS variables: it seems that SCSS approach is rather limited because we can't change variables values at runtime via javascript. Is this true or there are some ways to avoid such limitation?
@codeSTACKr5 жыл бұрын
@@ermakamre you are correct. This is a limitation. I will do some research but I do not think there is any way around this since after compile there is no scss to modify. It's just CSS. I would recommend targeting classes instead. But if changing variables is required then you would have to use CSS variables instead of scss variables.
@Ali-lb2cg5 жыл бұрын
please make a video on transform, transition and animation
@codeSTACKr5 жыл бұрын
I have several videos that use those properties, but not a specific video focusing on just those. Great suggestion! Look for it coming soon..
@Ali-lb2cg5 жыл бұрын
@@codeSTACKr tnx
@kouisilias98854 жыл бұрын
thanks for videos very helpfu l
@The_Riyaz4 жыл бұрын
I did all these but still css is being saved in the scss folder itself. Sir i have contacted you in insta. Pls give a solution
@lycan24945 жыл бұрын
thanks this was helpful : )
@abi_01_4 жыл бұрын
im not getting watch sass button
@kiwik29455 жыл бұрын
is this a complete tutorial of sass .... u said its for begginer so did u make a video for the advance level ?
@codeSTACKr5 жыл бұрын
It covers all the basics and some advanced. More sass videos coming soon.
@krskvBeatsRadio5 жыл бұрын
@@codeSTACKr looks like that you're making videos for people who knows quite a lot in usual programming but really not much about web and wanna get employed asap. But that's exactly what I was looking for 😂 Thanks a lot for your videos! Watched about 5 of them for today already :)
@iamanderson5 жыл бұрын
To get advanced level you should read specs, books or a long video series, anyways this is the most practical straight to the point guide I found, thumbs up @codeSTACKr
@lycan24945 жыл бұрын
video play speed x2 for productivity
@erwindangan15444 жыл бұрын
Can I download Sass for free? just for learning
@codeSTACKr4 жыл бұрын
Sass is not something you need to download. You just need the VS Code extension "live sass compiler".
@dinateresaserafimteresa76155 жыл бұрын
Boa tarde!
@Tux0xFF4 жыл бұрын
codeSTACKr you call these courses crash courses but the level in quality is better than paid courses, you will do well if you put these on online platforms because the quality is great, it packs lots of good info that actually makes sense compared to other courses that teach the same materials
@codeSTACKr4 жыл бұрын
Thank you! I really appreciate it! Look for some even better quality paid courses coming soon 😀