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

bug: 4.x - Logical CSS properties + overriding component classes #2499

Closed
robsontenorio opened this issue Nov 12, 2023 · 3 comments
Closed
Assignees

Comments

@robsontenorio
Copy link

What version of daisyUI are you using?

4.0.1

Which browsers are you seeing the problem on?

Chrome, Safari

Reproduction URL

https://play.tailwindcss.com/u8LHdZbDsj

Describe your issue

Is this expected?

            // Works with 3.x
            <input class="input input-primary rounded-l-none" />

            // On 4.x  need to force with `!`
            <input class="input input-primary !rounded-l-none" />
image
@robsontenorio
Copy link
Author

robsontenorio commented Nov 13, 2023

Same for other things like background classes.

<select class="select select-primary bg-base-200"></select>

<select class="select select-primary !bg-base-200"></select>
image

@nabilfatih
Copy link

same here, I think for most custom parts.. is this expected or bugs?

@robsontenorio robsontenorio changed the title bug: 4.x - Logical CSS properties bug: 4.x - Logical CSS properties + overriding component classes Nov 13, 2023
@saadeghi saadeghi self-assigned this Nov 13, 2023
@saadeghi
Copy link
Owner

Thanks for reporting!
Fixed in 4.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants