KittyGiraudel / ama

Ask me anything!
43 stars 4 forks source link

Is 'Jump Start Sass' still a current resource? #116

Closed travisricks closed 3 years ago

travisricks commented 3 years ago

Hi Kitty, I have been wanting to get more into learning about writing mixins and using functions for Sass so I was thinking about getting this book. Basically I'd like to move on from just using Sass to include separate files, use variables and nesting.

I noticed though that the book is about five years old now, so I just wanted to check and see if it should still be considered a current resource for Sass? (I just know that languages seem to change so rapidly, I just wanted to make sure this was still current before purchasing it.)

p.s. I love your content! Your tweets, website, sass guidelines, etc. are all so helpful and motivating for me as a newer developer. Thank you for everything you do for the community!

KittyGiraudel commented 3 years ago

Good morning Travis,

Thank you for the kind words, that means a lot. I really appreciate it. 😊

In my opinion, Jump Start Sass still a pretty good introduction to all the features from the language. Sass has not evolved that much over the last few years and I would expect most of the content to be quite accurate. I think the main thing that’s going to be missing is dependency management (anything about the @use and the @forward annotations). Back then, it was still common to @import all partials into a main file (which is how I recommended doing things in Sass Guidelines).

But everything else, from variables to mixins, from conditions to loops, from functions to warnings, everything should be very valid and still applicable, so I would say it’s probably worth a read to be more familiar with the language.

If you do buy it and read it though, I’d love to know if there are things you found outdated or not applicable anymore. Maybe I could check with Learnable if they want to update it. ;)

travisricks commented 3 years ago

Thank you for the information and the quick reply. I think I'll give it a read this weekend. (I'll put that 'Sass in a weekend' title to the test lol)

I'll let you know if anything seems outdated to me.

Have a great day!