@forwardslashns/fws-cli
Version:
CLI meant to work together with other Forwardslash boilerplates.
12 lines (9 loc) • 310 B
Plain Text
/*--------------------------------------------------------------
## SVG Icon Relative Paths
## Do NOT change this file manually, it is being generated by 'icons' command.
--------------------------------------------------------------*/
@function svgPath($icon) {
$path: '';
<%= imports %>
@return $path;
}