Skip to content

Commit

Permalink
Viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Sep 28, 2023
1 parent 769b8be commit 0e1ccff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ A small structural-only zero-dependency Web Component for responsive `<table>` e
<!-- Note: requires `type="module"` -->
<script type="module" src="table-saw.js"></script>

<!-- stacks below 640px -->
<!-- stacks below 640px viewport -->
<table-saw>
<table><!-- some HTML omitted for brevity --></table>
</table-saw>

<!-- stacks below 400px -->
<!-- stacks below 400px viewport -->
<table-saw media="(max-width: 24.9375em)">
<table><!----></table>
</table-saw>
Expand Down

0 comments on commit 0e1ccff

Please sign in to comment.