File tree Expand file tree Collapse file tree 2 files changed +23
-20
lines changed
Expand file tree Collapse file tree 2 files changed +23
-20
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ export default function Home() {
1616 < p className = 'mt-3 text-lg sm:text-2xl text-gray-600' >
1717 Next.js(Page Router) + TS + Tailwind + Axios
1818 </ p >
19+ < p className = 'text-display-md' >
20+ Next.js(Page Router) + TS + Tailwind + Axios
21+ </ p >
1922 </ main >
2023 </ div >
2124 </ >
Original file line number Diff line number Diff line change @@ -5,26 +5,26 @@ const twMerge = extendTailwindMerge({
55 extend : {
66 theme : {
77 text : [
8- '. text-display-lg' ,
9- '. text-display-md' ,
10- '. text-display-sm' ,
11- '. text-headline-lg' ,
12- '. text-headline-md' ,
13- '. text-headline-sm' ,
14- '. text-title-lg' ,
15- '. text-title-md' ,
16- '. text-title-sm' ,
17- '. text-label-lg' ,
18- '. text-label-md' ,
19- '. text-label-sm' ,
20- '. text-body-lg' ,
21- '. text-body-md' ,
22- '. text-body-sm' ,
23- '. text-display-serif' ,
24- '. text-headline-lg-serif' ,
25- '. text-headline-md-serif' ,
26- '. text-headline-sm-serif' ,
27- '. text-label-serif' ,
8+ 'text-display-lg' ,
9+ 'text-display-md' ,
10+ 'text-display-sm' ,
11+ 'text-headline-lg' ,
12+ 'text-headline-md' ,
13+ 'text-headline-sm' ,
14+ 'text-title-lg' ,
15+ 'text-title-md' ,
16+ 'text-title-sm' ,
17+ 'text-label-lg' ,
18+ 'text-label-md' ,
19+ 'text-label-sm' ,
20+ 'text-body-lg' ,
21+ 'text-body-md' ,
22+ 'text-body-sm' ,
23+ 'text-display-serif' ,
24+ 'text-headline-lg-serif' ,
25+ 'text-headline-md-serif' ,
26+ 'text-headline-sm-serif' ,
27+ 'text-label-serif' ,
2828 ] ,
2929
3030 color : [
You can’t perform that action at this time.
0 commit comments