Skip to content

Commit f14a6b6

Browse files
committed
chore: add comment
1 parent 41814fc commit f14a6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/contexts/ThemeProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const ThemeProvider: FC<PropsWithChildren> = ({ children }) => {
8383
);
8484
};
8585

86-
// This is being added to allow Tailwind and MUI to work together.
86+
// This is being added to allow Tailwind classes to be used with MUI components. https://mui.com/material-ui/integrations/interoperability/#tailwind-css
8787
const cache = createCache({
8888
key: "css",
8989
prepend: true,

0 commit comments

Comments
 (0)