mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
4 lines
98 B
SCSS
4 lines
98 B
SCSS
@function css-alpha($base-color, $amount) {
|
|
@return #{rgb(from $base-color r g b / $amount)};
|
|
}
|