1 2 3 4 5 6 7 8 9 10import { base } from "./base"; export const strokeWidth = '3px'; export const headerHeight = base(7); export const small = base(2); export const medium = base(7); export const large = base(10);
1 2 3 4 5 6 7 8 9 10
import { base } from "./base"; export const strokeWidth = '3px'; export const headerHeight = base(7); export const small = base(2); export const medium = base(7); export const large = base(10);