Skip to content

Instantly share code, notes, and snippets.

View arieaditya's full-sized avatar
💭
I might be slow to respond.

Arie Aditya Nugraha arieaditya

💭
I might be slow to respond.
View GitHub Profile
@arieaditya
arieaditya / sassas.md
Created May 6, 2019 09:19 — forked from AdamMarsden/sassas.md
Sass Architecture Structure

Sass Architecture Structure

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