Skip to content

Instantly share code, notes, and snippets.

@shaharkazaz
Last active July 29, 2021 09:52
Show Gist options
  • Save shaharkazaz/b00340ab0ed01bc6cba8ef3cd646b014 to your computer and use it in GitHub Desktop.
Save shaharkazaz/b00340ab0ed01bc6cba8ef3cd646b014 to your computer and use it in GitHub Desktop.
const coreStyles = {
fontSize: {
variableName: 'text:valueKey',
properties: [{
prop: 'font-size',
selector: '.text:valueKey'
}],
value: {
10: '0.625rem',
12: '0.75rem',
14: '0.875rem',
16: '1rem',
...
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment