Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 708 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 708 Bytes

sass-studies

Studies around SASS & SCSS

The source code contains solutions and some tips as:

  • How to use Sass / SCSS to create more flexible designs in less time and generate CSS code from them
  • How to use variables to store colors, sizes, fonts and more to avoid repetition and make your designs more flexible and reusable
  • How to perform calculations right inside your Sass & SCSS code to create responsive and flexible layouts
  • How to use mixins and imports to reuse your existing designs and finish new projects in no time
  • How to use inheritance in Sass to avoid duplicating code and the nasty bugs that come with it
  • How you can use Sass to write scaleable CSS code even for big projects