Some thoughts about what if you don’t want to use a framework anymore: https://css-irl.info/disentangling-frameworks/

CW: Tailwind CSS. Anyone who mansplains Tailwind to me will be immediately blocked, no joke
CSS { In Real Life } | Disentangling Frameworks

A blog about CSS, front-end development, the web, and beyond.

CSS { In Real Life } | Disentangling Frameworks

@michelle On the specific issue, could it be related to a limitation of the polyfill with a particular setup of your project?

> The polyfill currently only supports <style> and same-origin <link> elements.

It's quite frequent to see CSS served from a different domain than the HTML.

@anthony I don’t think that’s the issue, as CSS is served from the same domain whether I use Tailwind or not. Thanks though!