Skip to content

Instantly share code, notes, and snippets.

@austinpray
Created October 16, 2014 20:52
Show Gist options
  • Save austinpray/76084ca44104ffe52244 to your computer and use it in GitHub Desktop.
Save austinpray/76084ca44104ffe52244 to your computer and use it in GitHub Desktop.
.
├── application.scss
├── components
│   └── _type.scss
├── email
│   ├── hero.css.scss
│   └── media.css
├── email.css.scss
├── foundation_and_overrides.scss
├── home.css.scss
├── ink
│   └── ink.css
├── modules
│   ├── _box.scss
│   ├── _buttons.scss
│   ├── _footer.scss
│   ├── _form.scss
│   ├── _header.scss
│   └── _layout.scss
├── properties.css.scss
├── scaffolds.css.scss
├── sessions.css.scss
└── users.css.scss
4 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment