5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
import { themeToRootVars } from "../../src/css";
|
|
import { lightTheme } from "../../themes/light";
|
|
|
|
export const tokens = themeToRootVars(lightTheme);
|