Created
October 6, 2016 13:36
-
-
Save ianrose/6b61ed69911467e0e598e9a322e3a627 to your computer and use it in GitHub Desktop.
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
<html> | |
<head><title>Debug Vertical Alignment Example</title></head> | |
<body class="va-debug"> | |
<p>I want to debug the baseline of this graf</p> | |
</body> | |
</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
body { | |
@include debug-vertical-alignment(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment