Skip to content

Instantly share code, notes, and snippets.

@shaharkazaz
Last active April 15, 2021 18:23
Show Gist options
  • Save shaharkazaz/eb50f3333d07e3e3c2dadacb7a9ccd76 to your computer and use it in GitHub Desktop.
Save shaharkazaz/eb50f3333d07e3e3c2dadacb7a9ccd76 to your computer and use it in GitHub Desktop.
Variabless definitions file
export const coreStyles: Record<string, Rule> = {
myVariable: {
value: string | object,
variableName?: string | Resolver,
appendVariablesTo?: string,
properties?: PropertyConfig[],
},
...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment