Skip to content

Commit f8c90ac

Browse files
committed
Update tests
1 parent bc3f303 commit f8c90ac

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

__tests__/fixtures/tailwind-output-flagged.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

__tests__/fixtures/tailwind-output-important.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

__tests__/fixtures/tailwind-output-no-color-opacity.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

__tests__/fixtures/tailwind-output.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

__tests__/plugins/gradientColorStops.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test('opacity variables are given to colors defined as closures', () => {
3535
const expected = `
3636
.text-primary {
3737
--tw-text-opacity: 1;
38-
color: rgba(31,31,31,var(--tw-text-opacity,1))
38+
color: rgba(31,31,31,var(--tw-text-opacity))
3939
}
4040
.text-opacity-50 {
4141
--tw-text-opacity: 0.5

0 commit comments

Comments
 (0)