Skip to content

Instantly share code, notes, and snippets.

@gregwhitworth
Created March 17, 2017 16:52
Show Gist options
  • Save gregwhitworth/cdc73ff44073ceffee2712255fcf93df to your computer and use it in GitHub Desktop.
Save gregwhitworth/cdc73ff44073ceffee2712255fcf93df to your computer and use it in GitHub Desktop.
custom-props-building-calc.css
.distant-building__window
{
fill: rgb(
calc(111 + (111 * var(--building-r-mod))),
calc(79 + (79 * var(--building-g-mod))),
calc(85 + (85 * var(--building-b-mod)))
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment