Skip to content

Commit 426da7b

Browse files
committed
fix(demos/simple): confirm it supports EMs
1 parent 6c2d215 commit 426da7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/simple/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="glitch glitch_noise" data-text="You can also change glitch size" data-testid="noise"> You can also change
1616
glitch size
1717
</div>
18-
<div class="glitch glitch_em" data-text="Does this support ems 🤔" data-testid="em">Does this support ems 🤔</div>
18+
<div class="glitch glitch_em" data-text="Also supports ems 🤔" data-testid="em">Also supports ems 🤔</div>
1919
<div class="docs"> For more information visit our <a href="https://github.com/hex22a/postcss-glitch/tree/master/plugin#postcss-glitch">GitHub Page</a></div>
2020
<script type="module" src="index.js"></script>
2121
</body>

0 commit comments

Comments
 (0)