This file contains 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
/** | |
* These values will not show up in content, but can be | |
* queried by JavaScript to know which breakpoint is active. | |
* Add or remove as many breakpoints as you like. | |
*/ | |
body:before { | |
content: "smartphone"; | |
display: none; /* Prevent from displaying. */ | |
} | |
@media (min-width: 700px) { |