Cofffee-Assets/styles/material-light/theme/_functions.scss

8 lines
186 B
SCSS
Raw Normal View History

@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);
}