Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.63 KB

File metadata and controls

25 lines (18 loc) · 1.63 KB

SASS

My solution proposals for the SASS exercises.

freeCodeCamp module description:

"Sass, or "Syntactically Awesome StyleSheets", is a language extension of CSS. It adds features that aren't available in basic CSS, which make it easier for you to simplify and maintain the style sheets for your projects. In this Sass course, you'll learn how to store data in variables, nest CSS, create reusable styles with mixins, add logic and loops to your styles, and more."

Exercises

⬅️ Back to main file


Disclaimer: This repository should not be viewed as a facilitator for these courses.
This is intended to highlight and memorize my journey through this certification.