Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. .
  2. ├── config
  3. | ├── fonts
  4. | └── colors
  5. |
  6. ├── base
  7. | ├── reset
  8. | └── elements
  9. |
  10. ├── landmarks - e.g. masthead, site footer (left empty)
  11. |
  12. ├── layout
  13. | ├── grid
  14. | ├── wrap - max-width, margin:auto
  15. | ├── well - outer padding
  16. | ├── hList
  17. | ├── vList
  18. | ├── vr
  19. | └── aligner - basically a flexbox util, vertical/horizontal centering, item justification
  20. |
  21. ├── containers
  22. | └── tier
  23. |
  24. └── content
  25. ├── typ
  26. └── icon (assumes svg) - sizes and color variations
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement