Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bg-opacity does not have any effect with semantic colours with CDN import #823

Closed
c-nv-s opened this issue May 30, 2022 · 0 comments
Closed
Labels

Comments

@c-nv-s
Copy link

c-nv-s commented May 30, 2022

using

<link href="https://cdn.jsdelivr.net/npm/daisyui@latest/dist/full.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>

attempting to change the background opacity of a background that uses the semantic colour naming does not work
i.e. the following the all yield the same result
class="bg-primary"
class="bg-primary bg-opacity-10"
class="bg-primary bg-opacity-90"

inorganik pushed a commit to inorganik/daisyui that referenced this issue Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants