├── src │ ├── components │ │ ├── atoms │ │ │ ├── foo │ │ │ │ ├── example.tag │ │ │ │ ├── foo.styl │ │ │ │ └── foo.tag │ │ │ └── plus │ │ │ ├── example.tag │ │ │ ├── plus.svg │ │ │ └── plus.tag │ │ ├── molecules │ │ │ └── bar │ │ │ ├── bar.styl │ │ │ ├── bar.tag │ │ │ └── example.tag │ │ ├── organisms │ │