mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update tests
This commit is contained in:
parent
cc77cd5df5
commit
0b32b32bcc
@ -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 */
|
||||
|
||||
|
||||
@ -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 */
|
||||
|
||||
|
||||
@ -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 */
|
||||
|
||||
|
||||
@ -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 */
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user