Skip to content

Instantly share code, notes, and snippets.

View iBerserker89's full-sized avatar
🎯
Focusing

Luciano Barros iBerserker89

🎯
Focusing
View GitHub Profile
@iBerserker89
iBerserker89 / sassas.md
Created January 7, 2025 12:28 — forked from AdamMarsden/sassas.md
Sass Architecture Structure

Sass Architecture Structure

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