Skip to content

Commit

Permalink
chore: add test for border-b border-opacity case
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 21, 2023
1 parent b0acf62 commit 38e3b91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/custom.ex
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@ defmodule Tails.Custom do
"text-[#000]"
iex> merge("text-center text-xl text-white", "text-[16px] text-[#000]") |> to_string()
"text-[#000] text-center text-[16px]"
iex> merge("border-b-4 border-opacity-20") |> to_string()
"border-b-4 border-opacity-20"
iex> merge("border-black border-b-4 border-opacity-20") |> to_string()
"border-black border-b-4 border-opacity-20"
Classes can be removed
Expand Down

0 comments on commit 38e3b91

Please sign in to comment.