UNPKG

135 BSCSSView Raw
1// Output color in RGB format
2@function to-rgb($color) {
3 @return unquote("rgb(#{red($color)}, #{green($color)}, #{blue($color)})");
4}
\No newline at end of file