sass-site/old_source/layouts/section_styleguide.haml

15 lines
411 B
Plaintext
Raw Normal View History

2018-10-24 00:06:39 +02:00
= wrap_layout :has_navigation do
2018-10-22 23:13:05 +02:00
= yield
2018-10-24 00:06:39 +02:00
- content_for :navigation do
2018-12-29 02:26:36 +01:00
%nav.sl-c-list-navigation-wrapper
:markdown
### [Style Guide](/styleguide)
2018-10-22 23:13:05 +02:00
2018-12-29 02:26:36 +01:00
- [Brand](/styleguide/brand)
- [Color](/styleguide/color)
- [Typography](/styleguide/typography)
- [Layout](/styleguide/layout)
2018-12-29 02:59:53 +01:00
- [Components](/styleguide/components)
2018-12-29 02:26:36 +01:00
- [Code](/styleguide/code)