Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart (Programming Language) Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development Sass

Sass Course For Beginners: Learn Sass & SCSS From Scratch

Learn Sass & SCSS from scratch, learn how to use Sass to create clean, efficient & reusable designs.
Rating: 4.3 out of 54.3 (84 ratings)
11,608 students
Created by Ashutosh Pawar
Last updated 1/2019
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Use Sass code to create CSS stylesheets
  • Design websites faster using Sass
  • Use Mixins to maximise code reuse
  • Learn Sass frameworks like foundation to create responsive sites
  • Create a portfolio site using Sass and foundation
  • Use extends to share chunk of properties between CSS selectors
  • Use partials to modularise your code
  • Use Sass in real world project
  • Understand how the Sass preprocessor works

Course content

19 sections • 37 lectures • 3h 32m total length

  • Preview04:13
  • Preview02:40

  • Preview02:00
  • Preview04:20

  • Variables In Sass
    10:25
  • Using Watch Flag
    02:42
  • Sass Basics
    6 questions

  • Nesting
    05:09

  • Mixins In Sass
    07:54
  • Passing Arguments To Mixins
    03:56
  • Mixins Basics
    3 questions

  • Using Partials
    05:23
  • Importing Files
    02:59
  • Partials & Imports
    3 questions

  • Using Interactive Shell
    03:37
  • Using Arithmetic In Sass
    05:07

  • Creating Custom Functions In Sass
    04:39
  • Buit-in Sass Color Functions
    05:44

  • Using Extend In Sass
    03:56

  • Single & Multi-Line Comments In Sass
    02:47

Requirements

  • You should have basic knowledge of HTML & CSS
  • You should have a stable internet connection
  • You need N0 previous knowledge of Sass, SCSS or Foundation

Description

Sass Course For Beginners: Learn Sass & SCSS From Scratch

Here Is What You Get By Enrolling In This Course:

Word-By-Word Explanation: In the entire course, I explain each line of code, without skipping a single line of code.

Awesome Quality Content: Over 3.5 hours of HD Videos.

Well Structured & Easy To Learn: Course has been specially designed to make it easy for the students to learn Sass to create clean, efficient and reusable designs.

24 X 7 Support: I will always be there to guide you in your journey to become Python expert.

Note: Student queries and problems will be answered immediately.

_________________________________________________________________________

Here Is Everything You Will Learn In This Complete Course:

The Complete Course is divided into 17 Major sections

Section 1: Introduction To Sass, Sass vs SCSS.

Section 2: Compiling Sass Code & Variables.

Section 3: Nesting.

Section 4: Mixins & Passing Arguments To Mixins.

Section 5: Partials & Imports.

Section 6: Sass Interactive Shell & Arithmetic In Sass.

Section 7: Functions.

Section 8: Extend.

Section 9: Conditional Statements.

Section 10: Sass Operators.

Section 11: Maps In Sass

Section 12: Strings & String Functions.

Section 13: Lists & Each.

Section 14: Placeholder Selectors.

Section 15: Interpolation.

Section 16: Loops In Sass.

Section 17: Sass Frameworks, Building A Portfolio Site.


First we start off by learning the basics of Sass, we will learn what is Sass and how Sass can be used to write efficient code to style the webpages. We will also learn about the Sass preprocessor and also learn about the Sass and the SCSS syntax.

We will then install the required tools along with VS code and the Sass preprocessor which is required to compile Sass code into CSS code.

We will then move on and learn about nesting to nest our selectors one inside the others using the SCSS syntax.

Moving along we will learn about how to use Mixins to reuse code, we will learn the syntax to create and use Mixins.

Next we will learn about partials & imports and understand how we can modularise our code by splitting our code into multiple files and then integrating it all together using imports.

We will then have a brief overview of the Sass interactive shell and learn how to use it, we will also perform Arithmetic operations using the Sass interactive shell.

Moving along we will learn how to create functions in Sass, the syntax for creating & calling functions in Sass.

Then we will learn about the use of extends which allows us to inherit properties of one selector to other.

We will also learn about the Sass conditional statements if, else which allow us to alter properties based upon a condition.

We will learn about Maps, Strings & Lists which are the data structure used to store data in Sass, we will also learn about various in-built Sass string functions which allow us to manipulate strings.

We then learn about the placeholder selectors in sass which further enhance the maintainability and efficient of our code.

We also learn about interpolation which is an extremely important concept in Sass which is used for variable substitution.

To automate the process of creating selectors, we also learn about loops and learn how loops such as the For loop and the while loop can be used to automate creation of CSS selectors.

Finally we have a brief overview of foundation, which is a Sass framework to create responsive sites. In this section we will also create a portfolio site using Foundation & Sass.


_________________________________________________________________________

So let's begin the journey of writing cleaner and efficient code with Sass.

In addition to the Udemy 30-day money back guarantee,you have my personal guarantee that you will love what you learn in this course. If you ever have any questions please feel free to message me directly and I will do my best to get back to you as soon as possible!

_________________________________________________________________________

Make sure to enroll in the course before the price changes.

Take yourself one step closer towards becoming efficient at creating beautiful looking websites by clicking the "take this course button" now!

Join the journey.

Sincerely,

Ashutosh Pawar

Who this course is for:

  • You already know how to design sites with HTML & CSS and want to learn an easy & efficient way to write CSS
  • You want to write maintainable and scalable CSS
  • You want to modularise your code
  • You want to work on big projects and want an easier way to write styles for your webpages
  • You want to maximise code reuse.
  • You want to use frameworks like Bootstrap / Foundation along with Sass to create awesome looking webpages

Instructor

Ashutosh Pawar
Entrepreneur, Python, Java & Android Geek
Ashutosh Pawar
  • 4.4 Instructor Rating
  • 16,212 Reviews
  • 329,126 Students
  • 11 Courses

Ashutosh Pawar is the director of Optimum Solutions, a software firm based in Pune India which works in providing software solutions to small and medium enterprises across the globe and have catered to over 200+ clients globally.

He holds a bachelor's degree in Information Technology (Computer Science) Engineering and has over 8+ years of developing scalable software infrastructure across multiple domains which include real estate, medicine & finance.

Along with being a businessperson, he always had a passion for teaching and his goal is to pass on his knowledge to his students and empower them to achieve their goals in the IT sector.


  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.