Sass use example

play_arrow
562 тыс
32 тыс

2:31

Sass in 100 Seconds

Sass in 100 Seconds

Fireship

#css #webdev #100SecondsOfCode Resources Sass Docs https://sass-lang.com/documentation CSS Top 10 Pro Tips ...

play_arrow
4 тыс
68

6:02

SASS @use and @forward in 6 minutes

SASS @use and @forward in 6 minutes

Andrew Schaeffer

SASS came up with @use and @forward to combat naming collisions. This video explains how I use and think about it - but bear ...

play_arrow
268 тыс
10 тыс

13:13

Stop using @import with Sass | @use and @forward explained

Stop using @import with Sass | @use and @forward explained

Kevin Powell

The use of @import has been deprecated in Sass for quite a while now, but a *lot* of people still use it. In this video, I take a quick ...

play_arrow
28 тыс
759

1:51

SASS vs. SCSS in 2 minutes

SASS vs. SCSS in 2 minutes

onjsdev

If you're interested in web development, you've likely heard of both SASS and SCSS. But what exactly sets them apart? This video ...

play_arrow
43 тыс
1 тыс

22:01

Sass @import is being replaced with @use and @forward

Sass @import is being replaced with @use and @forward

Coder Coder

This video explains the new @use and @forward rules in Sass that are replacing the old @import rule. I'll show you how the old ...

play_arrow
16 тыс
365

33:02

Sass / SCSS COMPLETE Tutorial (+ Node.js & NPM) with Real-World Example

Sass / SCSS COMPLETE Tutorial (+ Node.js & NPM) with Real-World Example

ByteGrad

⏱️ Timestamps: 0:00 - Intro: learn Sass because you will see it often as a developer 0:40 - Create a Sass file (SCSS syntax) 1:33 ...

play_arrow
16 тыс
641

6:33

Sass Module System Update 2020 | SCSS import Deprecation

Sass Module System Update 2020 | SCSS import Deprecation

codeSTACKr

Today we are going to talk about a feature of Sass / SCSS that no one else seems to be talking about. The deprecation of the ...

play_arrow
45 тыс
1 тыс

2:32

5 Reasons You should STOP write CSS and use Sass

5 Reasons You should STOP write CSS and use Sass

Red Stapler

Why you should stop writing conventional CSS and use Sass instead. See 5 reasons and benefits of using Sass over CSS in this ...

play_arrow
339
10

2:55

Quick Sass Mixins Example

Quick Sass Mixins Example

Cameron McKenzie

Are you looking for a quick example of how Sass Mixins work? In this short tutorial I demonstrate how to create a Sass mixin and ...

play_arrow
960 тыс
34 тыс

19:42

Learn Sass In 20 Minutes | Sass Crash Course

Learn Sass In 20 Minutes | Sass Crash Course

developedbyed

In this mini crash course we are going to learn everything about Sass. What Sass allows us to do is write alot of cool things that we ...

play_arrow
33 тыс
1 тыс

10:09

5 tips to learn Sass quickly

5 tips to learn Sass quickly

Kevin Powell

https://beyondcss.dev/?utm_campaign=5+tips+to+learn+sass+YT+video&utm_source=YouTube&utm_medium=description-link ...

play_arrow
2 тыс
15

3:52

How to use Sass in React | Use SCSS in React JS

How to use Sass in React | Use SCSS in React JS

FineGap

Please show your support by subscribing to my channel so that I can improve my content Insh'Allah, Thanks Python for ...

play_arrow
4 тыс
147

5:40

Learn SASS - Using @extend

Learn SASS - Using @extend

Steve Griffith - Prof3ssorSt3v3

This is the fifth video in the Learning SASS mini-course. This tutorial covers how you can use @extend to improve the efficiency of ...

play_arrow
6 тыс
180

5:05

If Statements | Sass & Scss | Tutorial 12

If Statements | Sass & Scss | Tutorial 12

Giraffe Academy

Throughout the course we'll be looking at various topics including variables, mixins, operators, functions, nesting, conditionals ...

play_arrow
133 тыс
4 тыс

21:39

Stop using an extension to compile Sass

Stop using an extension to compile Sass

Kevin Powell

I'm working on a Sass course! - https://beyondcss.dev/?utm_campaign=OlderYouTubeVideos&utm_source=YouTube Links ...

play_arrow
23 тыс
246

3:03

How to add scss file in HTML || scss file convert into css

How to add scss file in HTML || scss file convert into css

New Age Coder

Hello, everyone, Today in this video I will teach you How to link a sass file to an Html file. for your website. I hope you enjoy this ...

play_arrow
902 тыс
20 тыс

2:02:59

Sass Tutorial for Beginners - CSS With Superpowers

Sass Tutorial for Beginners - CSS With Superpowers

freeCodeCamp.org

In this course, you will learn the basics of Sass. We will start with a brief overview of what Sass is along with what is required to ...

play_arrow
35 тыс
1 тыс

18:42

CSS is getting better, but Sass is still relevant

CSS is getting better, but Sass is still relevant

Kevin Powell

⌚ Timestamps 00:00 - Introduction 00:36 - Why I prefer Sass nesting over CSS nesting 03:23 - Mixins 06:23 - Loops 13:10 - If/Else ...