Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

CSS with LESS and Sass

Posted By: Landau17
CSS with LESS and Sass

CSS with LESS and Sass
MP4 | Video: 720p | Duration: 1:57:01 | English | Subtitles: VTT | 301.1 MB



Ever find yourself wishing that CSS had features like variables, functions, or reusable classes? Look no further. LESS and Sass are CSS style sheet tools called preprocessors that add these features and more, simplifying the creation of complex CSS styles. In this course, author Joe Marini introduces the LESS and Sass tools in a two-part manner.

The first section focuses on LESS (Leaner CSS) and how it can be used on both the client and the server. The lessons show how to work with variables, mixins, nested rules, and other features to easily create maintainable CSS.

The second section introduces Sass (Syntactically awesome stylesheets), which contains many of the same features as LESS, along with a few new ones. Joe also compares and contrasts the two tools, and explains how your platform and needs may influence which tool you choose.

Topics include:
  • What are LESS and Sass?
  • Using variables in your CSS
  • Working with reusable and parameterized mixins
  • Implementing nested rules
  • Combining CSS rules with operations
  • Using the built-in functions in LESS and Sass
  • Controlling the CSS output formatting
  • Importing external files