Skip to content

Instantly share code, notes, and snippets.

@maecapozzi
Created August 30, 2021 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maecapozzi/b47951c1325f3f1ae602d7f8981d1154 to your computer and use it in GitHub Desktop.
Save maecapozzi/b47951c1325f3f1ae602d7f8981d1154 to your computer and use it in GitHub Desktop.
design tokens - third layer of abstraction
import { baseTheme } from './theme.ts'
export const buttonTokens = {
primary: {
backgroundColor: theme.colors.primary;
color: theme.colors.secondary;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment