I see that KendoReact offers a lot of the CSS utility classes like e.g. Tailwind CSS does. I would like to use those for things like flexbox and CSS grid, but also for generic padding and margins and such, in the same way I would with Tailwind.
Is there any documentation for these utility classes somewhere on the site? I cannot seem to find any.
Also, in my IDE (Webstorm) the autocomplete offers classes prefixed with 'k-' but also '!k-' and 'k-i-'. What is the difference between these?
Lastly, would it be possible to use Tailwind instead of KendoReact's utility classes alltogether?
How would I go about removing the classes from KendoReact if I wanted to? (without having to delete all of them by hand from the ...-all.css files)
Or perhaps better yet... is there a general 'kendo-react' way to use flexbox or css grid classes?