Cofffee-Assets/styles/material-light/theme/_functions.scss
stux 33ad106a25 Custom themes
Added all custom themes from the collection.
2022-05-23 23:03:20 +02:00

8 lines
186 B
SCSS

@charset "UTF-8";
@use "sass:string";
// convert hex color code to svg styled ascii color code
@function svg-color ($color) {
@return '%23' + string.slice(inspect($color), 2, 7);
}