From simple UI styles to full Design Systems, write code using Styleframe’s powerful TypeScript CSS API. import { styleframe } from 'styleframe'; import { useColor } from '@styleframe/theme'; const s = styleframe(); const { variable, ref, selector } = s; const spacing = variable('spacing', '1rem'); const { colorPrimary } = useColor(s, { primary: '#318fa0', }); selector('.button', { backgroundColor

