Skip to content

Instantly share code, notes, and snippets.

@ahmadmilzam
Forked from toddmotto/gist:6183415
Created August 14, 2014 15:59
Show Gist options
  • Save ahmadmilzam/88965c8a12c9937679a8 to your computer and use it in GitHub Desktop.
Save ahmadmilzam/88965c8a12c9937679a8 to your computer and use it in GitHub Desktop.
├── mixins/
│ │── _vendor.scss
│ │── _position.scss
│ └── _background-image.scss
├── modules/
│ │── _normalize.scss
│ │── _clearfix.scss
│ │── _variables.scss
│ │── _app.scss
| │── _buttons.scss
│ └── _typography.scss
├── partials/
│ │── _header.scss
│ │── _footer.scss
│ │── _sidebar.scss
├── vendor/
│ └── _external.scss
└── style.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment