mirror of
https://github.com/OpenBazaar/openbazaar-desktop
synced 2025-10-07 17:12:42 +02:00
4 lines
155 B
SCSS
4 lines
155 B
SCSS
// https://gist.github.com/pascalduez/10011785
|
|
@function capitalize($string) {
|
|
@return to-upper-case(str-slice($string, 1, 1)) + str-slice($string, 2);
|
|
} |