rebranding from liquidex.house to riki.house
This commit is contained in:
parent
93c24859d0
commit
2d687977c8
87 changed files with 381 additions and 175 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set filename $argv[1]
|
||||
set icon_name (basename $filename .svg)
|
||||
set icon_base64 (svgcleaner --stdout $filename 2>/dev/null | base64 -w0)
|
||||
for filename in $argv
|
||||
set icon_name (basename $filename .svg)
|
||||
set icon_base64 (svgcleaner --stdout $filename 2>/dev/null | base64 -w0)
|
||||
|
||||
printf "--icon-%s: url('data:image/svg+xml;base64,%s');" "$icon_name" "$icon_base64"
|
||||
printf "--icon-%s: url('data:image/svg+xml;base64,%s');\n" "$icon_name" "$icon_base64" | sort
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue