Skip to content

Instantly share code, notes, and snippets.

@rowan-m
Created August 27, 2019 09:07
Show Gist options
  • Save rowan-m/420af6cd3ee6d6991203f560317c0bbf to your computer and use it in GitHub Desktop.
Save rowan-m/420af6cd3ee6d6991203f560317c0bbf to your computer and use it in GitHub Desktop.
<style>
#container {
--angle: 0rad;
transform: rotate(var(--angle));
}
</style>
<div id="container" part="container">
<slot></slot>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment