difference in behavior when adding classes using in external css #3045
Replies: 1 comment
-
Found this older topic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have a question/possible bug...
When I create 2 buttons like this:
...and assign classes to the 'test' button using an external css file:
...I would expect they would them to appear identical. But for some reason they aren't;
![Schermafbeelding 2024-05-20 204629](https://private-user-images.githubusercontent.com/95432879/332169597-2c9b0797-daad-4c32-8e09-7fc09739061f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzQ2MTcyMDAsIm5iZiI6MTczNDYxNjkwMCwicGF0aCI6Ii85NTQzMjg3OS8zMzIxNjk1OTctMmM5YjA3OTctZGFhZC00YzMyLThlMDktN2ZjMDk3MzkwNjFmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMjE5VDE0MDE0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1ZTk0NjlkMDVhNTBhOTk4NDExZTI0ZGNmMzM4ZmFlM2ZhYzkyNmEwYTcxZDI0NTJlMzQ3MWM3ZjcyOWIzYzQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JCFyVj9bHJ_NHe3EyW79QmDkI1DDrqb9p4LwgMUKsGU)
What might be causing this behavior? Is it an Tailwind or DaisyUI issue?
All the help is welcome.
Beta Was this translation helpful? Give feedback.
All reactions