Currently, since we're using Bootstrap, we have to link to the stylesheet inside the ShadowDOM for the styles to work. I've been wondering if it's worthwhile to remove this dependency. My first thought was to do some kind of treeshaking on Bootstrap and include only the classes we're using, though I'm not sure if that's a good strategy.
Is it worth pivoting to something like Tailwind which can do this? Or am I worrying too much about the stylesheet dependency and it's not that big a deal?
Currently, since we're using Bootstrap, we have to link to the stylesheet inside the ShadowDOM for the styles to work. I've been wondering if it's worthwhile to remove this dependency. My first thought was to do some kind of treeshaking on Bootstrap and include only the classes we're using, though I'm not sure if that's a good strategy.
Is it worth pivoting to something like Tailwind which can do this? Or am I worrying too much about the stylesheet dependency and it's not that big a deal?