Skip to content

sjm-practice/sass-essentials

Repository files navigation

Sass Essentials

This project is based on following a Sass Essentials course by Ray Villalobos on lynda.com.

Notes

  • Primary Features of Sass
    • Variables
    • Nesting
    • Partials (modules)
      • remember, file names beginning with underscore are by default not processed by sass, until imported
      • when referring to the file to be imported, the underscore and file extension do not need to be included
        • @import "variables"; // would import "_variables.scss"
    • Extend (rule based on another rule, using @extend)
    • Operators (math, if / else)
    • Mixins (macros)

About

A simple project to practice using sass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published