Hello,
I am having some problems with the tailwind ring styles. The created styles result in the browser to box-shadow: none, since they are somehow invalid.
With the classes :ring-1 :ring-white that results in:
box-shadow: var(--gi-ring-inset) 0 0 0 calc(1px + var(--gi-ring-offset-width)) var(--gi-ring-color);
--gi-ring-color: rgba(255,255,255,var(--gi-ring-opacity));
I tried to overwrite the rule, but still could not get it up and running.
Has someone an idea of how to solve this?
I would be glad for any help or advice
Alex
Hello,
I am having some problems with the tailwind ring styles. The created styles result in the browser to
box-shadow: none, since they are somehow invalid.With the classes
:ring-1 :ring-whitethat results in:I tried to overwrite the rule, but still could not get it up and running.
Has someone an idea of how to solve this?
I would be glad for any help or advice
Alex