TSS
HomeGitHubPlayground
v3
v3
  • 🚀Why TSS
  • 🔧Setup
  • 🔍API References
    • makeStyles -> useStyles
    • withStyles
    • <GlobalStyles />
    • keyframes
    • useMergedClasses
  • 💽Cache
  • 💫Nested selectors (ex $ syntax)
  • ⚡SSR
    • Gatsby
    • Next.js
    • Other backends
  • 🦱Your own classes prop
  • 🍭MUI Theme styleOverrides
  • 🧹Detecting unused classes
  • 📦Publish a module that uses TSS
  • 🔩single-spa
  • 📲React Native
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. ⚡SSR

Gatsby

Official Gatsby plugin is under development.

In the meantime, you can you can set it up by hand following this article and this example repo.

If you are using nested selectors, you may need to provide uniq identifiers to your stylesheet.

PreviousSSRNextNext.js

Last updated 2 years ago

Was this helpful?