Skip to content

Instantly share code, notes, and snippets.

@necccc
Created October 21, 2019 06:51
Show Gist options
  • Save necccc/2b1798874b3538e6e74b04e384bb8426 to your computer and use it in GitHub Desktop.
Save necccc/2b1798874b3538e6e74b04e384bb8426 to your computer and use it in GitHub Desktop.
Gist for This month I've learned - December
.no-ligature {
font-variant-ligatures: none;
}
<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