Skip to content

Commit

Permalink
Upgrade snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Nov 20, 2024
1 parent 88b324b commit 3ea01c3
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 121 deletions.
87 changes: 51 additions & 36 deletions integrations/upgrade/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -239,8 +239,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -318,8 +318,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -405,8 +405,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -497,8 +497,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -621,8 +621,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -1140,8 +1140,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -1603,8 +1603,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -1642,8 +1642,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -1691,8 +1691,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -1735,8 +1735,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -1781,8 +1781,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -1976,8 +1976,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -2127,8 +2127,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -2258,6 +2258,21 @@ test(
border-color: var(--color-gray-200, currentColor);
}
}
/*
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
textarea,
select,
button {
border: 0px solid;
border-radius: 0;
padding: 0;
background-color: transparent;
}
}
@layer base {
html {
Expand Down Expand Up @@ -2334,8 +2349,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -2566,8 +2581,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -2663,8 +2678,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down Expand Up @@ -2790,8 +2805,8 @@ test(
}
}
/*
In Tailwind CSS v4, form elements have basic styling applied to them. For
compatibility with v3, we've applied the following resets:
In Tailwind CSS v4, basic styles are applied to form elements by default. To
maintain compatibility with v3, the following resets have been added:
*/
@layer base {
input,
Expand Down
Loading

0 comments on commit 3ea01c3

Please sign in to comment.