We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08e3f6 commit bac8dd8Copy full SHA for bac8dd8
resources/css/app.css
@@ -2,6 +2,7 @@
2
@import "tailwindcss/components";
3
@import "tailwindcss/utilities";
4
5
+@import "@css/typography.css";
6
@import "@css/forms.css";
7
@import "@css/buttons.css";
8
@import "@css/content.css";
resources/css/typography.css
@@ -0,0 +1,27 @@
1
+.heading {
+ @apply text-neutral-900 font-semibold leading-none;
+}
+
+.h1 {
+ @apply text-4xl sm:text-5xl xl:text-6xl;
9
+.h2 {
10
+ @apply text-3xl sm:text-4xl xl:text-5xl;
11
12
13
+.h3 {
14
+ @apply text-xl sm:text-2xl xl:text-3xl;
15
16
17
+.h4 {
18
+ @apply text-lg sm:text-xl xl:text-2xl;
19
20
21
+.h5 {
22
+ @apply text-base sm:text-lg xl:text-xl;
23
24
25
+.h6 {
26
+ @apply text-sm sm:text-base xl:text-lg;
27
0 commit comments