Skip to content

Instantly share code, notes, and snippets.

@evdama
Last active July 17, 2019 15:44
Show Gist options
  • Select an option

  • Save evdama/53519448e403df4ed9dceb518a9fb0ad to your computer and use it in GitHub Desktop.

Select an option

Save evdama/53519448e403df4ed9dceb518a9fb0ad to your computer and use it in GitHub Desktop.
h1 {
@apply text-2xl;
}
h2 {
@apply text-xl;
}
h3 {
@apply text-lg;
}
@screen md {
h1 {
@apply text-4xl;
}
h2 {
@apply text-2xl;
}
h3 {
@apply text-xl;
}
}
@variants focus, hover, active, responsive {
.rotate-minus-10 {
transform: rotate(-10deg);
}
.rotate-10 {
transform: rotate(10deg);
}
.rotate-minus-5 {
transform: rotate(-5deg);
}
.rotate-5 {
transform: rotate(5deg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment