Skip to content

tailwind ring styles seems to be broken #95

@Wanderwichtl

Description

@Wanderwichtl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions