v4
HomeGitHubPlayground
Search…
⌃K
Links
v4
🔧
Setup
🔍
API References
makeStyles -> useStyles
withStyles
<GlobalStyles />
keyframes
💽
Cache
💫
Nested selectors (ex $ syntax)
⚡
SSR
🦱
Your own classes prop
🍭
MUI Global styleOverrides
🎯
Increase specificity
🧹
Detecting unused classes
📦
Publish a module that uses TSS
🩳
MUI sx syntax
🔩
single-spa
📲
React Native
🆘
Fix broken styles after upgrading to MUI v5 with TSS
⬆
Migration v3 -> v4
Powered By GitBook
🔍

API References

Exposed APIs

import {
createMakeAndWithStyles, //<- Create an instance of makeStyles() and withStyles() for your theme.
keyframes, //<- The function as defined in @emotion/react and @emotion/css
GlobalStyles, //<- A component to define global styles.
} from "tss-react";
makeStyles -> useStyles
withStyles
<GlobalStyles />
keyframes
Broken link
Previous
Setup
Next
makeStyles -> useStyles
Last modified 6mo ago
Copy link
Edit on GitHub