Skip to content

Instantly share code, notes, and snippets.

@rowan-m
Created August 27, 2019 09:15
Show Gist options
  • Save rowan-m/95356f3d001c36a9a16aba0f7a814a38 to your computer and use it in GitHub Desktop.
Save rowan-m/95356f3d001c36a9a16aba0f7a814a38 to your computer and use it in GitHub Desktop.
host {
display: inline-block;
user-select: none;
-webkit-user-select: none;
touch-action: none;
}
#container {
--angle: 0rad;
transform: rotate(var(--angle));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment