Replies: 1 comment 1 reply
-
You can do: @theme {
--z-index-foo: foo;
} To add custom values. Though for integer values, it works out of the box without the need for any theme extension required. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With V4 there is no option to extend the z-index utility.
I know had to add the code below myself.
In addition to this,
[integer]
doesn't really do much. I can simply addz-[hidden]
and it is transformed to:Beta Was this translation helpful? Give feedback.
All reactions