Skip to content

Instantly share code, notes, and snippets.

View TobiasHAG's full-sized avatar
🎯
Focusing

Tobias Hagneré TobiasHAG

🎯
Focusing
  • France
View GitHub Profile
@TobiasHAG
TobiasHAG / sassas.md
Created May 29, 2022 17:14 — forked from AdamMarsden/sassas.md
Sass Architecture Structure

Sass Architecture Structure

sass/
|
|– base/
|   |– _reset.scss       # Reset/normalize
|   |– _typography.scss  # Typography rules
|   ...                  # Etc…
|