Skip to content

Instantly share code, notes, and snippets.

@sergiu-radu
Last active July 9, 2023 18:14
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 sergiu-radu/2ce4791f67502b4e7ad154f78018652d to your computer and use it in GitHub Desktop.
Save sergiu-radu/2ce4791f67502b4e7ad154f78018652d to your computer and use it in GitHub Desktop.
Greenshift Variables
$greenshift_variables = [
'--container-width' => '--theme-container-width',
'--normal-container-max-width' => '--theme-normal-container-max-width',
'--narrow-container-max-width' => '--theme-narrow-container-max-width',
'--linkInitialColor' => '--theme-link-initial-color',
'--fontFamily' => '--theme-font-family',
'--buttonFontFamily' => '--theme-button-font-family',
'--buttonFontSize' => '--theme-button-font-size',
'--buttonFontWeight' => '--theme-button-font-weight',
'--buttonFontStyle' => '--theme-button-font-style',
'--buttonLineHeight' => '--theme-button-line-height',
'--buttonLetterSpacing' => '--theme-button-letter-spacing',
'--buttonTextTransform' => '--theme-button-text-transform',
'--buttonTextDecoration' => '--theme-button-text-decoration',
'--buttonTextInitialColor' => '--theme-button-text-initial-color',
'--buttonTextHoverColor' => '--theme-button-text-hover-color',
'--buttonInitialColor' => '--theme-button-background-initial-color',
'--buttonHoverColor' => '--theme-button-background-hover-color',
'--buttonMinHeight' => '--theme-button-min-height',
'--buttonBorderRadius' => '--theme-button-border-radius',
'--button-padding' => '--theme-button-padding',
'--button-border' => '--theme-button-border',
'--button-border-hover-color' => '--theme-button-border-hover-color'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment