Skip to content

Commit

Permalink
Readme update to html
Browse files Browse the repository at this point in the history
  • Loading branch information
robksawyer committed Jul 22, 2020
1 parent 80fc658 commit e88f782
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 @@ -139,8 +139,8 @@ The above configuration would generate the following CSS:
Which you can then use in your HTML like this:

```html
<div class="psmp:hidden lg:block">
<p>I'm hidden on small phones in portrait mode.</p>
<div class="psm:hidden lg:block">
<p>I'm hidden on small phones.</p>
</div>
```

Expand Down

0 comments on commit e88f782

Please sign in to comment.