appendDots is overriding className declarations
See original GitHub issuewith this configuration
appendDots: dots => <div className="myClass"><ul>{dots}</ul></div>,
div.myClass
is reasonable to expect for,
div.slick-dots
is resulting tough.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
How to override previous classes with next classes in tailwind?
The point is, when we concatenate classes in tailwind, the latter classes won't override the previous classes. This is far from the cascading...
Read more >Slicked List - seblod
Choose list elements (div, ul, ol) - Positions 'Open' and 'Close' override this. Modal. Modal window per list item; Modal can render based...
Read more >Overriding Tailwind classes in React - DEV Community
wait!? What just happened? I added the new CSS class to className , so let's check if it's actually included in the rendered...
Read more >Automated Malware Analysis Report for https ... - Joe Sandbox
... bdo[dir='ltr'],bdo[dir='rtl']{unicode-bidi:bidi-override;unicode-bidi:-ms-isolate-override ... className,"function"==typeof b.split&&_.ia(b.split(/\s+/) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi! While we waiting the approval, the react fragment works well for this issue:
appendDots: dots => <><div className="myClass"><ul>{dots}</ul></div></>
Up, PR waiting for review