RollingPalette
기본 Rolling palette를 제공합니다.
Example
import { RollingPalette } from "@stubee2/stubee2-rolling-design-token";
const Container = styled.div`
background-color: ${RollingPalette.main.Base}; // #4869F6
`;
기본 Rolling palette를 제공합니다.
import { RollingPalette } from "@stubee2/stubee2-rolling-design-token";
const Container = styled.div`
background-color: ${RollingPalette.main.Base}; // #4869F6
`;