Skip to content

Instantly share code, notes, and snippets.

@evdama
Created July 16, 2019 11:39
Show Gist options
  • Select an option

  • Save evdama/5638fc7463f81f818db6a943567c83b7 to your computer and use it in GitHub Desktop.

Select an option

Save evdama/5638fc7463f81f818db6a943567c83b7 to your computer and use it in GitHub Desktop.
@import "tailwindcss/base";
h1 {
@apply text-2xl;
}
/*
.h1:md {
@apply text-3xl;
}
.h2 {
@apply text-xl;
}
.h2:md {
@apply text-2xl;
}
.h3 {
@apply text-lg;
}
.h3:md {
@apply text-xl;
} */
@import "tailwindcss/components";
@import './components';
@import "tailwindcss/utilities";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment