Skip to content

Commit

Permalink
Update generated code and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 5, 2024
1 parent 8470adc commit 5e36cce
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions generated/elm/Tailwind/Utilities.elm
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ globalStyles =
]
, Css.Global.selector ":root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open]))"
[ Css.property "overflow" "hidden"
, Css.property "scrollbar-gutter" "stable"
]
, Css.Global.selector ":where(.navbar > *:not(script, style))"
[ Css.property "display" "inline-flex"
Expand Down Expand Up @@ -42763,6 +42764,13 @@ table =
, Css.property "font-size" "0.875rem"
, Css.property "line-height" "1.25rem"
, Css.property "display" "table"
, Css.Global.descendants
[ Css.Global.selector ":where(tfoot)"
[ Css.property "border-top-width" "1px"
, Css.property "--tw-border-opacity" "1"
, Css.property "border-top-color" "var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))"
]
]
, Css.Global.descendants
[ Css.Global.selector ":where(thead, tfoot)"
[ Css.property "white-space" "nowrap"
Expand All @@ -42773,14 +42781,7 @@ table =
]
]
, Css.Global.descendants
[ Css.Global.selector ":where(thead, tbody) :where(tr:first-child:last-child)"
[ Css.property "border-bottom-width" "1px"
, Css.property "--tw-border-opacity" "1"
, Css.property "border-bottom-color" "var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))"
]
]
, Css.Global.descendants
[ Css.Global.selector ":where(thead, tbody) :where(tr:not(:last-child))"
[ Css.Global.selector ":where(thead tr, tbody tr:not(:last-child), tbody tr:first-child:last-child)"
[ Css.property "border-bottom-width" "1px"
, Css.property "--tw-border-opacity" "1"
, Css.property "border-bottom-color" "var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))"
Expand Down

0 comments on commit 5e36cce

Please sign in to comment.