Skip to content

Commit

Permalink
docs(foundational-elements): Add Colours section back to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Jan 19, 2018
1 parent 307f3a7 commit 165f4ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion config/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ module.exports = {
sections: [
{
name: 'Foundational elements',
content: path.resolve('docs/elements/colours.md'),
sections: [
{
name: 'Colours',
content: path.resolve('docs/elements/colours.md'),
},
],
},
{
name: 'Components',
Expand Down
2 changes: 0 additions & 2 deletions docs/elements/colours.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Colours

These are the brand-approved colours available as sass variables which can be consumed in your application styles by including the following statement:

```scss
Expand Down

0 comments on commit 165f4ba

Please sign in to comment.