Skip to content

Commit

Permalink
Merge pull request #1005 from alphagov/missing-css-from-import
Browse files Browse the repository at this point in the history
Add missing step css from govspeak import
  • Loading branch information
mcgoooo authored Apr 24, 2017
2 parents 83185be + fe84912 commit bc2906a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/govuk-component/_govspeak.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
@import "govspeak/media-player";
@import "govspeak/place";
@import "govspeak/stat-headline";
@import "govspeak/steps";
@import "govspeak/summary";
@import "govspeak/tables";
@import "govspeak/typography";
Expand Down
13 changes: 13 additions & 0 deletions app/views/govuk_component/docs/govspeak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,19 @@ fixtures:
<div class="form-download">
<p><a href="http://example.com/" title="Example form" rel="external">An example form download link.</a></p>
</div>
steps:
content:
<ol class="steps">
<li>
<p>Add numbers.</p>
</li>
<li>
<p>Check numbers.</p>
</li>
<li>
<p>Love numbers.</p>
</li>
</ol>
highlight_answer:
content: |
<div class="highlight-answer">
Expand Down

0 comments on commit bc2906a

Please sign in to comment.