Search code examples
tailwind-cssgithub-pages

Tailwind CSS works locally but doesn't work on GitHub Pages


I made a static site with Tailwind CSS and it's working locally but it's not working on GitHub Pages. I don't know what to do. Pls help.


Solution

  • Do you have a link to your Github Pages website so we could check what's wrong ?

    A hint : Check in your console if your stylesheet link is wrong or isn't found. I'd guess on an absolute path pointing to root, instead of a relative path, but it's a wild guess without more info about your code.