Created
October 21, 2019 06:51
-
-
Save necccc/2b1798874b3538e6e74b04e384bb8426 to your computer and use it in GitHub Desktop.
Gist for This month I've learned - December
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
.no-ligature { | |
font-variant-ligatures: none; | |
} |
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
<style> | |
header::after { | |
transform: skewY(var(--headerSkew)); | |
} | |
</style> | |
<script> | |
headerElement.style.setProperty(`--headerSkew`, getHeaderSkew() + 'deg'); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment