ccchh-website/themes/ccchh/assets/pico-1.5.11/scss/_functions.scss

4 lines
135 B
SCSS
Raw Normal View History

2024-01-27 22:10:30 +01:00
// Output color in RGB format
@function to-rgb($color) {
@return unquote("rgb(#{red($color)}, #{green($color)}, #{blue($color)})");
}