Update tests

This commit is contained in:
Adam Wathan 2021-03-17 17:50:44 -04:00
parent cc77cd5df5
commit 0b32b32bcc
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

View File

@ -1,4 +1,4 @@
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

View File

@ -1,4 +1,4 @@
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

View File

@ -1,4 +1,4 @@
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

View File

@ -35,7 +35,7 @@ test('opacity variables are given to colors defined as closures', () => {
const expected = `
.text-primary {
--tw-text-opacity: 1;
color: rgba(31,31,31,var(--tw-text-opacity,1))
color: rgba(31,31,31,var(--tw-text-opacity))
}
.text-opacity-50 {
--tw-text-opacity: 0.5