Files
mastodon/app/javascript/styles/plus/theme/_functions.scss
Rintan 414bd398ca update material theme
add plus theme
2020-05-17 15:47:52 +09: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);
}