Skip to content

Commit

Permalink
update tests to reflect any types a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Sep 29, 2022
1 parent 1a22db2 commit eb24bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tests/arbitrary-values.test.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,9 @@
--tw-divide-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}
.divide-\[var\(--value\)\] > :not([hidden]) ~ :not([hidden]) {
border-color: var(--value);
}
.divide-opacity-\[0\.8\] > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.8;
}
Expand Down
2 changes: 0 additions & 2 deletions tests/arbitrary-values.test.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@
<div class="font-['Some_Font',sans-serif]"></div>
<div class="font-['Some_Font','Some_Other_Font']"></div>
<div class="font-['Some_Font',var(--other-font)]"></div>
<div class="font-[var(--font1),var(--font2)]"></div>
<div class="font-[invalid_font_because_spaces]"></div>

<div class="text-[0]"></div>
<div class="text-[2.23rem]"></div>
Expand Down

0 comments on commit eb24bc1

Please sign in to comment.