@fws/cli
Version:
This CLI is work in progress and it's meant to work together with other Forwardslash boilerplates. Please do not use it if you don't have access to other stuff.
12 lines (9 loc) • 314 B
Plain Text
/*--------------------------------------------------------------
## SVG Icon Relative Paths
## Do NOT change this file manually, it is being generated by 'fws icons' command.
--------------------------------------------------------------*/
@function svgPath($icon) {
$path: '';
<%= imports %>
@return $path;
}