Skip to content

Commit

Permalink
adds test case to visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RafiBomb committed Jun 4, 2016
1 parent 0f2132f commit 3ee7511
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/visual/pages/visibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ <h1>Show for Large</h1>
</columns>
</row>

<callout class="hide-for-large primary">
<p>This callout will only appear on small screens.</p>
</callout>

<callout class="show-for-large alert">
<p>This callout will only appear on large screens.</p>
</callout>


<row class="callout">
<columns small="6" large="4">
Expand Down

0 comments on commit 3ee7511

Please sign in to comment.