Skip to content

Instantly share code, notes, and snippets.

@steveblue
Created January 9, 2018 19:56
Show Gist options
  • Select an option

  • Save steveblue/7fd4adcdf531fee3b27a068266181021 to your computer and use it in GitHub Desktop.

Select an option

Save steveblue/7fd4adcdf531fee3b27a068266181021 to your computer and use it in GitHub Desktop.
:root {
 —button-bg-color: #FF00FF;
}
.button {
 color: white;
 background-color: var( —button-bg-color);
 display: inline-block;
 padding: 4px;
 width: auto;
 height: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment