Skip to content

Commit

Permalink
updates sample vars in docsite
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Sep 19, 2022
1 parent 22a4bb3 commit 8de9f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2971,12 +2971,12 @@ <h5>Viewport Vars Sample</h5>

@custom-media --md-only (480px &#60;= width &#60;= 768px);
@custom-media --md-n-above (width &#62;= 768px);
@custom-media --md-n-below (width &#60;= 768px);
@custom-media --md-n-below (width &#60; 768px);
@custom-media --md-phone (--md-only) and (--portrait);

@custom-media --xxl-only (1440px &#60;= width &#60;= 1920px);
@custom-media --xxl-n-above (width &#62;= 1920px);
@custom-media --xxl-n-below (width &#60;= 1920px);
@custom-media --xxl-n-below (width &#60; 1920px);
</code></pre>
</div>
</div>
Expand Down

0 comments on commit 8de9f97

Please sign in to comment.