Skip to content

Instantly share code, notes, and snippets.

View niranjraj's full-sized avatar
💻
Working from home

niranjRaj niranjraj

💻
Working from home
View GitHub Profile
@niranjraj
niranjraj / sassas.md
Created March 6, 2022 06:17 — forked from AdamMarsden/sassas.md
Sass Architecture Structure

Sass Architecture Structure

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