Skip to content

Instantly share code, notes, and snippets.

@sirtimbly
Last active April 11, 2019 17:02
Show Gist options
  • Save sirtimbly/da51777652e432b909f3096c14c14a1b to your computer and use it in GitHub Desktop.
Save sirtimbly/da51777652e432b909f3096c14c14a1b to your computer and use it in GitHub Desktop.
dir structure atomic
components
│   ├── atoms
│   │   ├── button
│   │   ├── card
│   │   ├── form
│   │   │   └── select
│   │   ├── icon-field
│   │   ├── icons
│   │   ├── input
│   │   ├── text
│   │   └── well
│   ├── molecules
│   │   ├── account-forgot
| | ...
| ├── organisms
│   │   ├── accordion
│   │   ├── board
│   │   ├── card-feed
| | ...
├── styles
│   ├── _settings.scss
│   ├── app.scss
│   ├── critical.scss
│   ├── documentation.scss
│   ├── icons.scss
│   ├── mixins
│   │   ├── _materials.scss
│   │   ├── _shadows.scss
│   │   └── _well.scss
│   └── vendor
| └── ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment