green-coder / green-coder/girouette

tailwind ring styles seems to be broken

Open
#95 1 comment 0 reactions 0 assignees View on GitHub
bug contribution welcome good first issue
Dominant language
Clojure
Stars
207
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Hello,

I am having some problems with the[ tailwind ring styles](https://tailwindcss.com/docs/ring-width). 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:
```css
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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.