Daniel Wilkowski

Results 108 comments of Daniel Wilkowski

@wojtekxtx Tylko że ten styl `mw-100` jest z bootstrapa, i tam ten `!important` jest niestety konieczny. W kodzie coyote'a raczej ich unikamy.

> spacja może być, ale nie musi :) i pełna zgoda z tym co powyżej było pisane Tej spacji pewnie nie ma w kodzie źródłowym, tylko bootstrap minifikuje `.css`, więc...

Setting `groupHeightMode` to `fixed` didn't solve the issue for me, it still jumps on paning in X. > I would love it if I can modify vis-timeline such that I...

I encountered this issue myself. Obviously the types in `@xmldom` shouldn't reference TypeScript DOM, since they're not compatible.

> If I understand correctly, `2-new-import` should fail like this when, right? Yes, I believe so. Good work! Thank you!

Can this be fixed? 🙏 Even `border` utility doesn't work, because `--tw-border-style` is not set. I can confirm that removing `(-webkit-hyphens: none)` solves the issue. I have a big legacy...

> Hmm, I guess the next best thing is to create a reset with `all: revert` before importing in TW and app styles. Good thinking, but won't work with `!important`...

> > ... > > I can't just add tailwind, because the styles gets overriden - for example `lg:hidden` doesn't work, if something in bootstrap sets `display`. The only way...