Created
February 10, 2017 06:11
-
-
Save toddzebert/a3aa09fc1bac62f1e43b2afee7e657d1 to your computer and use it in GitHub Desktop.
Sharing CSS breakpoints with JavaScript - Demo HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site breakpoint: <span class="my-site-breakpoint"></span> | |
<div class="my-div"> | |
my div breakpoint: <span class="my-div-breakpoint"></span> | |
</div> | |
<div class="my-color-div"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment