Skip to content

Latest commit

History

History
9 lines (7 loc) 路 210 Bytes

File metadata and controls

9 lines (7 loc) 路 210 Bytes

You can use the following snippet to get the raw RGB values from a color.

#rgbify(@color) {
  @rgb-raw: red(@color), green(@color), blue(@color);
}

--ctp-base: #rgbify(@base) []; // -> 30, 30, 46