first commit
This commit is contained in:
10
core/theme/rtlCache.ts
Normal file
10
core/theme/rtlCache.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import createCache from "@emotion/cache";
|
||||
import { prefixer } from "stylis";
|
||||
import rtlPlugin from "stylis-plugin-rtl";
|
||||
|
||||
const rtlCache = createCache({
|
||||
key: "muirtl",
|
||||
stylisPlugins: [prefixer, rtlPlugin],
|
||||
});
|
||||
|
||||
export default rtlCache;
|
||||
Reference in New Issue
Block a user