Some snippets to explain the issue and how to solve it.
Created
September 5, 2016 10:15
-
-
Save anonymous/fd99c073bf506a185473640914493f3f to your computer and use it in GitHub Desktop.
PageFrog and Nelio Content Compatibility Issue
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
:after, :before, * { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment