Skip to content

Commit

Permalink
Merge pull request #70 from vine77/move-component-before-code
Browse files Browse the repository at this point in the history
Move rendered component next to its corresponding code snippet
  • Loading branch information
chrislopresto committed Jun 9, 2016
2 parents 150d968 + 67e9094 commit 567413e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions addon/templates/components/freestyle-usage.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
</span>
</div>
{{/if}}
<div class="FreestyleUsage-rendered">
{{yield}}
</div>
{{#if hasNotes}}
<div class="FreestyleUsage-notes">
<div class="FreestyleUsage-snippet FreestyleUsage-snippet--{{computedTheme}}">
Expand All @@ -23,6 +20,9 @@
</div>
</div>
{{/if}}
<div class="FreestyleUsage-rendered">
{{yield}}
</div>
{{#if hasCode}}
<div class="FreestyleUsage-usage">
<div class="FreestyleUsage-snippet FreestyleUsage-snippet--{{computedTheme}}">
Expand Down
2 changes: 1 addition & 1 deletion app/styles/components/freestyle-palette-item.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* BEGIN-FREESTYLE-USAGE fpi:notes
# Markdown Notes In SCSS!
Hey look... these are `mardown` notes:
Hey look... these are `markdown` notes:
- coming from scss
- looking nice
Expand Down

0 comments on commit 567413e

Please sign in to comment.