Last active
July 9, 2023 18:14
-
-
Save sergiu-radu/2ce4791f67502b4e7ad154f78018652d to your computer and use it in GitHub Desktop.
Greenshift Variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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