Skip to content

Commit 9df8190

Browse files
committed
test: correct typo
1 parent 21f5a6e commit 9df8190

15 files changed

+15
-15
lines changed

tests/__snapshots__/v4/custom-layer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

tests/__snapshots__/v4/custom-prefix.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

tests/__snapshots__/v4/custom-property.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

tests/__snapshots__/v4/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

tests/__snapshots__/v4/no-icon-found.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

tests/__snapshots__/v4/no-icon-name.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

tests/__snapshots__/v4/no-layer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

tests/__snapshots__/v4/weight-404.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

tests/__snapshots__/v4/weight-bold.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

tests/__snapshots__/v4/weight-duotone.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! tailwindcss v4.0.0-beta.1 | MIT License | https://tailwindcss.com */
2-
@base {
2+
@layer base {
33
:root {
44
--spacing: 0.25rem;
55
}

0 commit comments

Comments
 (0)