KZbin has no "Love" reaction to a post. Great video! Thumbs up!!
@alecaddd6 жыл бұрын
This comment comes with plenty of love :D
@nevinkuser98924 жыл бұрын
This is not a life or death technology. I'm perfectly fine writing normal CSS and would only use SASS if an employer wanted me to learn. But I might tell them no if it would mess up my work flow. Seems unnecessary.
@Rubenjr0055 жыл бұрын
Thanks for explaining this. I had no clue why I needed to use this until I saw this video.
@alecaddd5 жыл бұрын
I'm glad my video was helpful for you
@mytube19685 жыл бұрын
I asked myself that very question(s), and you answered. Thanks.
@alecaddd5 жыл бұрын
You're very welcome
@ZorlacSkater4 жыл бұрын
CSS is still way faster to code, since you can see the changes immediately live if you "Enable Local Overrides" in chrome developer tools. Lets say you have to modify some containers in a very complex unknown project which uses "less". Then you first have to figure out in which of these modular less files the code is located, since you only see one css file if you inspect the code in the developer tools of the browser. This takes much time and research. And then you have to guess the right changes, recompile and then clear the cache and reload, and repeat this whole process all the time until you are done. No thanks
@thecodingowl4 жыл бұрын
you can enable --watch flag, I am gonna tell you!! HELL yeah it is same
@nobytes22 жыл бұрын
you're doing it wrong
@paulbrown6792 Жыл бұрын
thats why you use maps , and these days something like nextJS, does all the heavy lifting / setup in the background, if not using a modern framework, if you setup your project correctly, you don't have any of those issues you highlighted... its all in the setup! is css really faster? nope..
@ZorlacSkater Жыл бұрын
@@paulbrown6792 yes, I figured that out too. But maps do not work properly in magento 2
@Noum775 жыл бұрын
I've been coding for 7 years now (well add more years to that if you count college). And I'm still thinking CSS isn't meant to be a programming language
@Axiomaya5 жыл бұрын
good thing its not a programming language
@tommasobonvicini71144 жыл бұрын
Mani Diaz LOL, ffs
@Explore2Adore4 жыл бұрын
From what i've seen so far, CSS is not logic programming.
@prabhathsannasooriya3 жыл бұрын
why use npm and yarn
@EduardoMunoz-lz5wb6 жыл бұрын
Thanks for this! but...im still wondering... which one should i start with?
@alecaddd6 жыл бұрын
Learn CSS as a base, then move to a preprocessor. My favorite is SASS
@siriusgd47535 жыл бұрын
Having no real world examples doesn't convince me. Why should I spend time learning something that I'm not so sure I need. Sometimes it's easier to grab a shovel and dig a hole in a couple days as opposed to spending a month building a back hoe so I can dig the hole in one day.
@alecaddd5 жыл бұрын
I guess you never got to dig 20 holes per day in 20 different fields.
@devilreaper85435 жыл бұрын
which one is better sass or scss ...........???
@alecaddd5 жыл бұрын
They're basically identical, only the syntax changes slightly and it depends on what's more comfortable for you. I prefer scss
@asaduzzaman53566 жыл бұрын
which is better less or sass
@RafaKobylinski-rKonik6 жыл бұрын
sass for me
@fenilli6 жыл бұрын
well they're both equally good, but sass is more popular so that sould be a +... it all goes for the developer to decide, I prefer sass, for me its better because I already program in PHP so variables are more intuitive, also it depends if you want to install node or ruby, less is js based so you need node to compile and sass is ruby based.
@asaduzzaman53566 жыл бұрын
i am also use sass
@alecaddd6 жыл бұрын
Like others already answered, they're both pretty similar and do the same things. I usually go with SASS because the syntax makes more sense to me, it's widely more used than LESS, and there are many more resources available for it. Cheers
@NoahNobody6 жыл бұрын
Stop giving me so much sass. Give me less sass.
@jesperheller2 жыл бұрын
Can't believe you actually recommended Elementor... 😅
@patrushtamang78006 жыл бұрын
Another great vid!!!!
@alecaddd6 жыл бұрын
Thanks :D
@Ja_xon_6 жыл бұрын
Can i know the theme you're using for both the distribution and the text editor ? Thank you.
@alecaddd6 жыл бұрын
This tutorial is coded on MacOS, the editor is VSCode with Material Theme. Cheers
@Megalomaniakaal5 жыл бұрын
Just reading the title I wholeheartedly disagree, but do go on. A dinosaur like me just needs a lot more convincing, probably.
@Megalomaniakaal5 жыл бұрын
OK, the video did not convince me at all.
@alecaddd5 жыл бұрын
Damn, I failed >_>
@RafaKobylinski-rKonik6 жыл бұрын
Briefly, concisely and on the subject. More "Why you should use ..."
@alecaddd6 жыл бұрын
Thank you so much :D
@oksanaromaniv71026 жыл бұрын
Yes, please do more of the series. I've got really interested in your statement from introduction "why you should use Vue instead of jQuery".
@user-zp1dv4yh5e5 жыл бұрын
what about flexbox?
@westfield906 жыл бұрын
With css itself getting better do you think that in the future a preprocessor may not be needed?
@alecaddd6 жыл бұрын
Definitely it's an evolving environment, but I don't think preprocessors will disappear completely, especially considering the new utility first approach, postCSS, or with CSS generated via JS, pretty crazy :D
@vitorgouveia53784 жыл бұрын
but css also has variables, i can´t understand
@tiqo85493 жыл бұрын
I don't understand either. I will keep using CSS until it dies..haha
@bopon40905 жыл бұрын
whats the name of this program you are using??
@7us3 жыл бұрын
VSCode
@JamieWFilms4 жыл бұрын
Really slick video, loved some of the editing and provided a decent overview which is what I was looking for. Super obnoxious for a 6:42 video to have nearly a minute of intro/plugging though. A real world example would have been nice as well.
@paterfamilias013 жыл бұрын
Css global variables are also a thing. No compilers, bundlers needed whatsoever lol
@alecaddd3 жыл бұрын
Writing a comment with something obvious in 2021 on a video from 2018, lol
@fanait16366 жыл бұрын
Hi Alle... Great vid. . Can we use sass within WordPress ?
@fenilli6 жыл бұрын
yes you can, there is plugins who compile scss to css.
@alecaddd6 жыл бұрын
Yes! SASS, is not bounded or limited to any framework or CMS, you can use it in every project and compile it with its own CLI application. Check the SASS series on my channel to learn how to use it, and check the plugin series, I'm using SASS in it as well.
@igrimnir6 жыл бұрын
When you said "coding is haed' I heaed "coding is art" ...hmm...
@alecaddd6 жыл бұрын
Well, coding is art :P
@iamgalaxey6 жыл бұрын
Do you have a course on udemy? I think I'm taking it's taking me through 10 WordPress projects and showing me how to use the theme builder. Your voice sounds just like the instructor for that course.
@alecaddd6 жыл бұрын
No I don't publish anything on Udemy. I hope that instructor has a really charming voice 😜
@anghello-silva6 жыл бұрын
Very very good... Can you indicate me some video or article that explains more about webpack?
@alecaddd6 жыл бұрын
Smashing magazine has a good intro to it: www.smashingmagazine.com/2017/02/a-detailed-introduction-to-webpack/
@strangelpeaceful6 жыл бұрын
You only seem to the handle the issues with setting up the processor and that the reason to use preprocessors are mainly variables. Css supports variables since ages and is more future proof than using an extra step which might require you to recompile your entire project. Preprocessors are a relic of the past due to the current state of css being able to handle all of these needs. Also about your for-loop; nobody makes websites without existing colour schemes so that isn't even an argument.
@alecaddd6 жыл бұрын
Well, if you really like plain CSS and it makes you productive, keep using it
@askolmayanveysel22213 жыл бұрын
Video starts at 3:00
@shaonsina6 жыл бұрын
I think you are the best trainer in the youtube history
@alecaddd6 жыл бұрын
Oh wow, thank you so much :D
@siriusgd47535 жыл бұрын
Apparently you haven't seen very many of them.
@shariqhasankhan6 жыл бұрын
Another great video. I have a request if you don't mind. Would it be possible for you to do a video on integrating templating engines like Blade in WordPress theme development?
@alecaddd6 жыл бұрын
Sure, I'll add it to the list. Cheers
@shariqhasankhan6 жыл бұрын
Thanks & awesome. I will be looking forward to it.
@LofiWurld3 жыл бұрын
Parcel bundler♥️
@NeelSandellISAWESOME4 жыл бұрын
Is Sass sort of like jquery mixed in with CSS?
@boomerangfish35584 жыл бұрын
If these are the best reasons, then I can safely uninstall it. CSS have variables. CSS got modules. I also use Vue which got the option to namespace the CSS in each component.
@josephm.afonne77493 жыл бұрын
2:52 xD
@giancarloandrebravoabanto70913 жыл бұрын
Im not a styler yet ,but this is painfull to watch