mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-13 20:24:04 +02:00
4 lines
76 B
SCSS
4 lines
76 B
SCSS
@function unicode($str) {
|
|
@return unquote("\"") + $str + unquote("\"");
|
|
}
|