Skip to content

Commit 189df70

Browse files
committed
Tailwind class autosorting is inconsistent between runs tailwindlabs/prettier-plugin-tailwindcss#246
1 parent 94db7ee commit 189df70

File tree

18 files changed

+45
-38
lines changed

18 files changed

+45
-38
lines changed

src/app/conf/2023/sessions/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function SessionPage({ params }: SessionProps) {
8686
<div className="bg-[#f4f6f8]">
8787
<div className="container">
8888
<div className="py-10">
89-
<section className="xs:px-0 mx-auto min-h-[80vh] flex-col justify-center px-2 text-[#333333] md:container lg:justify-between">
89+
<section className="mx-auto min-h-[80vh] flex-col justify-center px-2 text-[#333333] md:container xs:px-0 lg:justify-between">
9090
<div className="flex flex-col lg:px-0">
9191
<BackLink year="2023" kind="sessions" />
9292
{recordingTitle.rating > 0.5 && (

src/app/conf/2023/speakers/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Page() {
1010
return (
1111
<>
1212
<div className="flex w-full justify-center">
13-
<div className="xs:px-0 prose px-2 py-20 md:container lg:prose-lg">
13+
<div className="prose px-2 py-20 md:container lg:prose-lg xs:px-0">
1414
<h1 className="text-white">GraphQLConf 2023 Speakers</h1>
1515
<p className="text-white sm:w-2/3">
1616
Meet the unique lineup of insightful speakers we've carefully

src/app/conf/2024/schedule/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default function SessionPage({ params }: SessionProps) {
110110
<div className="bg-[#f4f6f8]">
111111
<div className="container">
112112
<div className="py-10">
113-
<section className="xs:px-0 mx-auto min-h-[80vh] flex-col justify-center px-2 text-[#333333] md:container lg:justify-between">
113+
<section className="mx-auto min-h-[80vh] flex-col justify-center px-2 text-[#333333] md:container xs:px-0 lg:justify-between">
114114
<BackLink year="2024" kind="schedule" />
115115
<iframe
116116
className="mx-auto mt-6 aspect-video w-full max-w-4xl rounded-md"

src/app/conf/2024/speakers/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Page() {
1010
return (
1111
<div className='bg-[url("/img/conf/golden-gate-bridge.png")] bg-contain bg-no-repeat'>
1212
<div className="flex w-full justify-center">
13-
<div className="xs:px-0 prose px-2 py-20 md:container lg:prose-lg">
13+
<div className="prose px-2 py-20 md:container lg:prose-lg xs:px-0">
1414
<h1 className="text-white">GraphQLConf 2024 Speakers</h1>
1515
<p className="text-white sm:w-2/3">
1616
Meet the unique lineup of insightful speakers we've carefully

src/app/conf/2025/components/become-a-sponsor/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function BecomeASponsor() {
1313
<header className="flex flex-col gap-x-48 gap-y-4 md:flex-row md:items-end md:justify-between">
1414
<div>
1515
<h2 className="typography-h2">Become a Sponsor</h2>
16-
<p className="mt-6 text-pretty typography-body-lg">
16+
<p className="typography-body-lg mt-6 text-pretty">
1717
Connect with the global GraphQL community and showcase your brand
1818
to industry leaders and decision-makers.
1919
</p>
@@ -75,10 +75,10 @@ function DefinitionListItem({
7575
"flex border-b border-neu-300 last:border-b-0 max-sm:flex-col",
7676
)}
7777
>
78-
<dt className="flex min-w-[320px] shrink-0 items-center whitespace-pre border-b border-neu-300 p-4 typography-body-lg max-sm:w-full sm:border-b-0 sm:border-r">
78+
<dt className="typography-body-lg flex min-w-[320px] shrink-0 items-center whitespace-pre border-b border-neu-300 p-4 max-sm:w-full sm:border-b-0 sm:border-r">
7979
{term}
8080
</dt>
81-
<dd className="flex items-center p-4 typography-body-md">{definition}</dd>
81+
<dd className="typography-body-md flex items-center p-4">{definition}</dd>
8282
</div>
8383
)
8484
}

src/app/conf/2025/components/footer/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ export function Footer({
2121
logo: ReactNode
2222
}) {
2323
return (
24-
<footer className="gql-all-anchors-focusable relative !bg-neu-100 text-neu-900 typography-menu dark:!bg-neu-0 max-md:px-0 max-md:pt-0">
24+
<footer className="gql-all-anchors-focusable typography-menu relative !bg-neu-100 text-neu-900 dark:!bg-neu-0 max-md:px-0 max-md:pt-0">
2525
<Stripes />
2626
<div className="flex flex-wrap justify-between gap-4 p-4 max-md:w-full md:px-6 lg:py-10 2xl:px-10">
2727
{logo}
28-
<div className="flex gap-x-4 typography-body-lg max-sm:grid max-sm:grid-cols-2 max-sm:items-start max-sm:text-lg sm:gap-y-2">
28+
<div className="typography-body-lg flex gap-x-4 max-sm:grid max-sm:grid-cols-2 max-sm:items-start max-sm:text-lg sm:gap-y-2">
2929
<p className="flex items-center whitespace-pre">
3030
<time dateTime="2025-09-08">September 08</time>
3131
<span>-</span>

src/app/conf/2025/components/gallery-strip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function GalleryStrip({ className, ...rest }: GalleryStripProps) {
2929
key={year}
3030
onClick={() => setSelectedYear(year)}
3131
className={clsx(
32-
"gql-focus-visible p-1 typography-menu",
32+
"gql-focus-visible typography-menu p-1",
3333
selectedYear === year
3434
? "bg-sec-light text-neu-900 dark:text-neu-0"
3535
: "text-neu-800",

src/app/conf/2025/components/get-your-ticket/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ export function GetYourTicket({ className }: { className?: string }) {
1717
<Stripes />
1818
<div className="gql-conf-container gql-conf-section relative">
1919
<header className="flex flex-wrap justify-between gap-6 md:items-end">
20-
<h2 className="whitespace-pre text-white typography-h2">
20+
<h2 className="typography-h2 whitespace-pre text-white">
2121
Get your ticket
2222
</h2>
23-
<p className="text-neu-800 typography-body-lg">
23+
<p className="typography-body-lg text-neu-800">
2424
The registration deadline is 23:59 CET on the respective date.
2525
</p>
2626
</header>

src/app/conf/2025/components/get-your-ticket/ticket-period.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ export function TicketPeriod({
3232
)}
3333
>
3434
<header className="border-b border-pri-lighter p-6">
35-
<h3 className="text-white typography-h3">{name}</h3>
35+
<h3 className="typography-h3 text-white">{name}</h3>
3636
</header>
3737
<div className="flex h-full flex-col justify-end gap-6 p-6">
3838
<div className="flex items-end justify-between gap-2">
39-
<span className="text-white typography-h3 @[356px]:typography-h2">
39+
<span className="typography-h3 text-white @[356px]:typography-h2">
4040
{price}
4141
</span>
4242
{/* eslint-disable-next-line tailwindcss/no-custom-classname */}
43-
<span className="ticket-period--date text-right text-white typography-body-md">
43+
<span className="ticket-period--date typography-body-md text-right text-white">
4444
{Array.isArray(date) ? (
4545
<>
4646
<Time date={date[0]} />

src/app/conf/2025/components/graphql-foundation-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function GraphQLFoundationCard({ className }: { className?: string }) {
99
<div className="flex items-center justify-center px-8 py-10 lg:px-16 lg:py-24">
1010
<FoundationWordmark className="h-[68px] text-rhodamine dark:text-current lg:h-[100px] [&_g]:fill-current" />
1111
</div>
12-
<p className="text-pretty px-8 py-10 typography-body-lg max-md:text-center lg:px-16 lg:py-24">
12+
<p className="typography-body-lg text-pretty px-8 py-10 max-md:text-center lg:px-16 lg:py-24">
1313
GraphQLConf is presented by the GraphQL Foundation, uniting the global
1414
GraphQL community to promote education, adoption, and advancement of
1515
GraphQL.

0 commit comments

Comments
 (0)