Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 606 Bytes

w03d3.md

File metadata and controls

25 lines (20 loc) · 606 Bytes

W03 D3

Topics:

  • Sass

  • Introduction

  • Variables

  • Extend option

  • Mixins

  • CSS on steroids is Sass, it has more commands/functions, you can style your site the way you want at a more deeper level

  • Sass compiles back to CSS

  • BEM - getbem.com

    • B - block, E - element, M - modifier
    • B: .card
    • E: .card__logo, .card__ppic (double underscores)
    • M: .card__logo--home (double underscores followed by double hyphens)
  • Not selector, nth child selector, using font awesome cdn

  • using ionicons.com

  • using default values

  • using import statements

  • partials