Skip to content

Instantly share code, notes, and snippets.

View Warps73's full-sized avatar
🦚

Prefol Timothy Warps73

🦚
View GitHub Profile
@Warps73
Warps73 / sassas.md
Created February 27, 2022 08:40 — forked from AdamMarsden/sassas.md
Sass Architecture Structure

Sass Architecture Structure

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