Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Better way towards CSS using Less and Sass
Rating: 3.7 out of 5(65 ratings)
2,300 students

Better way towards CSS using Less and Sass

Learn the CSS pre-processor extension that will make your life a little easier.
Created bySkill Dudes
Last updated 2/2016
English
English [Auto],

What you'll learn

  • You will love CSS after taking this course
  • You will be able to write great CSS in future projects with less efforts

Course content

3 sections26 lectures1h 30m total length
  • CSS pain points1:56

    Explore the pain points of CSS and how Less and Sass aim to address color naming, repetition, cascade complexity, imports, and long-term maintenance.

  • COLOR problem in practice2:45

    Learn to define a color palette in Less and Sass and reuse it across the UI with variables, so changing a color updates headers, nav, and content without hard-coded copies.

  • Duplication of values0:59

    Learn how to tackle duplication of values in CSS across browsers by moving repeated code into a single shared piece, reducing repetition and ensuring consistent behavior.

  • Nested problems with CSS1:38

    Tackle nested CSS problems that arise from deep selectors and form-related classes, showing how changes ripple across large applications and encourage avoiding repetitive copying.

  • No way to calculate1:18

    Explore the limits of calculating layout sizes in Less and Sass, avoiding hardcoded font sizes, and using formulas to compute multi-column widths instead of pure percentages.

  • Linking problem1:37

    Explore the linking problem in Less and Sass workflows, using the Google API, caching strategies, and combining individual pieces into one file to improve browser cache use and server efficiency.

  • Summary1:46

    Learn how Less and Sass introduce variables usable across files, create design tokens like corners, perform color and size calculations, and organize rules to reduce repetition.

Requirements

  • You should be familiar with HTML and CSS

Description

Hello all !
Welcome to our course this course will develop your skills in maintaining structured stylesheets
LESS and SASS are the CSS preprocessors which allows web designers for more functional approach towards styling these preprocessors have some great features like variables, mixins, if statements, loops, maths, inheritance and more.

You don't need to understand every concept of LESS and Sass to use it—once you get past the installation and set up, you can start using it right away.

Coding your CSS with LESS and Sass saves you time—and allows you to write neater, more consistent code. The time you'll spend completing this course will be easily made up on your next web project!


now a days projects are getting bigger and bigger and more detailed so we need to have some methods to maintain and manage our CSS these preprocessors are very handful in making css more manageable

Who this course is for:

  • This course is for front end developers to increase thier performnace and maintainablity of CSS
  • Also for those who are new in CSS so they can learn new trends of CSS