SASS Tutorial (build your own CSS library) #11 - Parent Selectors

preview_player
Показать описание
Hey gang, in this SASS tutorial we'll be taking a look at parent selectors.

🐱‍👤 Get the full SASS course now on Net Ninja Pro:

🐱‍👤 Get access to all other premium courses on Net Ninja Pro:

🐱‍💻 Access the course files on GitHub:

🐱‍💻 HTML & CSS Crash Course:

🐱‍💻 Modern JavaScript Course:

🐱‍💻 CSS Flexbox Course (on YouTube):

-------------- Net Ninja Links:

🐱‍💻 My Social Links:

🐱‍👤 Get access premium courses on Net Ninja Pro:
Рекомендации по теме
Комментарии
Автор

Outstanding tutorials. All the courses are much appreciated. Thank you!

jasonrbodie
Автор

Can we use a css selector in the condition of an @if statement?

Example:
div[class] {
@if(div[something] == true) {
background-colir: red;
}
}

dimitargadzhev
Автор

I have problem with the mix (black, $val, $i * 10);
it not working, have anyone same problem and if yes, any solutions please?
It create normal classes in index.css but it doesnt work :((

class what was created is like that for example:

.text-green-dark-4 {
color: mix black, #008000, 40;
}

tomasmatusek
Автор

lol, I guess I don't know sass afterall. Another tutorial series I have to watch XD

chubbyBunny
Автор

Guy's what is good Web or android development for a college dropout (no-degree)😕

ManojKumar-iuzh
Автор

Sorry but this a total mess. You've moved your main scss file in to a sub folder when that happens another set of identical css files are generated which ruins the entire dev environment, I think you need to update this course because it's full of errors.

outpost