Skip to content

Instantly share code, notes, and snippets.

View narkeeso's full-sized avatar

Michael Narciso narkeeso

View GitHub Profile

Folder Structure

Motivations

  • Clear feature ownership
  • Module usage predictibility (refactoring, maintainence, you know what's shared, what's not, prevents accidental regressions, avoids huge directories of not-actually-reusable modules, etc)
=info-box($color)
background-color: $color
border-color: darken(desaturate($color, 70), 10)
section
&.info
font-size: 12px
font-weight: bold
padding: 1px 15px