Understanding CSS, SCSS and SASS

preview_player
Показать описание
#css #scss #sass #interviewquestion #differencebetween

Timestamp:
Structure of CSS and shortcoming: 0:00
Introduction to SCSS and SASS: 3:10
Difference between SCSS and SASS: 6:40

In this video we will discuss about difference among CSS, SCSS and SASS.
For more details:
SASS and SCSS are supersets of CSS, which when processed/interpreted spit out CSS.
SASS and SCSS are used to make production of CSS more efficient, logical and non-repeatitive.
Рекомендации по теме
Комментарии
Автор

CSS have variables too. declare them like that in ``` :root{ } and use them anywhere body { background-color: var(--main-color) } ```

pawlack
Автор

Well, It's a really good tutorial Video. Generally don't comment but doing so here bcos i want other people like me to get this content easily.

ArshadKhan-oljo
Автор

I'm grateful for this lovely explanation, this will really help me going forward. Thanks once again

ibkmichael
Автор

But similar thing we can do in css itself using variables concept. Is there any other benifits if we use scss instead of css?

srikanth