Is there a way to use Tailwind on Content Script UI Overlays?
Docs don't mention it in the styling section and it doesn't seem to work for me
4 Replies
Found previous answer by @louisgv here. Simple import covered in the --with-tailwind example.
https://discord.com/channels/946290204443025438/1142264789377237133/1142287960717406209
Question though (I'm not well-versed in front-end) why do we have to prepend with "data-text" in the content script?
extension cannot bundle external CSS - the data-text bundle the css into the final code for you
Answered by Pallas here https://discord.com/channels/946290204443025438/1055110306730360974/1151406138873630730
Thanks @louisgv ! Was about to delete since Pallas gave a good answer but you beat me to it haha
Gave +1 Rep to @louisgv