Learn Sass in 30 Minutes

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 45

  • @codeSTACKr
    @codeSTACKr  5 лет назад +12

    Thanks for all of the support!!
    Next up CSS Grid in 20 Minutes:
    ruclips.net/video/0-DY8J_skZ0/видео.html
    📚 My Favorite Web Design Books 📚
    Web Design with HTML, CSS, JavaScript and jQuery Set by Jon Duckett (paid link)
    amzn.to/2JaiCL8

  • @RedEyedJedi
    @RedEyedJedi 4 года назад +18

    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.

    • @codeSTACKr
      @codeSTACKr  4 года назад +2

      Thank you so much! I really appreciate it!

  • @anlkoc2437
    @anlkoc2437 4 года назад +3

    Best best best SCSS tutorial ever. Short and include everything you need to know. Thank you for sharing.

  • @elilumilay9405
    @elilumilay9405 4 года назад +5

    Thank you so much! As a help, I will finish any ads that will show on your video :)

  • @HossamKhalaf-sr1oo
    @HossamKhalaf-sr1oo 4 года назад +3

    best sass tutorial ever!! thanks a lot for your work!!

  • @neshothakur2603
    @neshothakur2603 4 года назад +4

    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.

  • @digigoliath
    @digigoliath 4 года назад +2

    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.

    • @codeSTACKr
      @codeSTACKr  4 года назад +1

      Great summary! You payed attention! :)

    • @digigoliath
      @digigoliath 4 года назад

      @@codeSTACKr LOL, it means you have taught well!

  • @lucasdalessio9731
    @lucasdalessio9731 4 года назад +2

    Loved the video! Your channel is amazing and a huge contribution for people who are new to the coding world. Cheers!

  • @JoelEmberson
    @JoelEmberson 4 года назад +1

    very helpful and well presented!

  • @johnjedidiahgetes4260
    @johnjedidiahgetes4260 4 года назад +1

    I've learned so much from you Sir! Thank you very much!
    #beSassyAlways! :)

  • @kouisilias9885
    @kouisilias9885 4 года назад +1

    thanks for videos very helpfu
    l

  • @lycan2494
    @lycan2494 4 года назад +1

    thanks this was helpful : )

  • @ryanfrost6319
    @ryanfrost6319 3 года назад

    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?

  • @Ali-lb2cg
    @Ali-lb2cg 4 года назад +1

    please make a video on transform, transition and animation

    • @codeSTACKr
      @codeSTACKr  4 года назад +2

      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-lb2cg
      @Ali-lb2cg 4 года назад

      @@codeSTACKr tnx

  • @lycan2494
    @lycan2494 4 года назад +1

    video play speed x2 for productivity

  • @hanspijpers2100
    @hanspijpers2100 4 года назад

    one question pls I don't get :
    in the doctype is that a problem ?
    kind regards Hans

  • @ermakamre
    @ermakamre 5 лет назад +1

    Nice tutorial, thank you!
    Question: why there were no completions for variables names from _variables.scss?

    • @codeSTACKr
      @codeSTACKr  5 лет назад

      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!

    • @ermakamre
      @ermakamre 5 лет назад +1

      @@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.

    • @codeSTACKr
      @codeSTACKr  5 лет назад +1

      @@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.

    • @ermakamre
      @ermakamre 5 лет назад +1

      @@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?

    • @codeSTACKr
      @codeSTACKr  5 лет назад

      @@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.

  • @rohithpatelpurella2418
    @rohithpatelpurella2418 4 года назад

    what about id? in interpolation

  • @The_Riyaz
    @The_Riyaz 4 года назад

    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

  • @ryanfrost6319
    @ryanfrost6319 3 года назад

    At 28 mins in, what does the @content do / mean?

  • @abi_01_
    @abi_01_ 4 года назад

    im not getting watch sass button

  • @kiwik2945
    @kiwik2945 4 года назад

    is this a complete tutorial of sass .... u said its for begginer so did u make a video for the advance level ?

    • @codeSTACKr
      @codeSTACKr  4 года назад +1

      It covers all the basics and some advanced. More sass videos coming soon.

    • @krskvBeatsRadio
      @krskvBeatsRadio 4 года назад +2

      @@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 :)

    • @iamanderson
      @iamanderson 4 года назад +1

      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

  • @dinateresaserafimteresa7615
    @dinateresaserafimteresa7615 4 года назад

    Boa tarde!

  • @Tux0xFF
    @Tux0xFF 4 года назад +1

    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

    • @codeSTACKr
      @codeSTACKr  4 года назад

      Thank you! I really appreciate it! Look for some even better quality paid courses coming soon 😀

  • @erwindangan1544
    @erwindangan1544 4 года назад

    Can I download Sass for free? just for learning

    • @codeSTACKr
      @codeSTACKr  4 года назад +1

      Sass is not something you need to download. You just need the VS Code extension "live sass compiler".