sass-site/source/layouts/section_styleguide.haml
2018-12-28 17:59:53 -08:00

15 lines
411 B
Plaintext

= wrap_layout :has_navigation do
= yield
- content_for :navigation do
%nav.sl-c-list-navigation-wrapper
:markdown
### [Style Guide](/styleguide)
- [Brand](/styleguide/brand)
- [Color](/styleguide/color)
- [Typography](/styleguide/typography)
- [Layout](/styleguide/layout)
- [Components](/styleguide/components)
- [Code](/styleguide/code)