Skip to content

Instantly share code, notes, and snippets.

@is8r
Last active December 16, 2015 23:39
Show Gist options
  • Save is8r/5515421 to your computer and use it in GitHub Desktop.
Save is8r/5515421 to your computer and use it in GitHub Desktop.
rgbaのような指定方法で16進数の色を半透明にする
@function rgb16a($color-code, $opacity)
@return rgba(red($color-code), green($color-code), blue($color-code), $opacity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment