Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Toolchain
sgc
Commits
412fba76
Commit
412fba76
authored
Sep 23, 2016
by
Philipp Nowinski
Browse files
[BUGFIX] fix whitespaces
parent
e1d3f27d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gulp/inline-svg-template.mustache
gulp/inline-svg-template.mustache
+5
-5
No files found.
gulp/inline-svg-template.mustache
View file @
412fba76
@function str-replace($string, $search, $replace: '') {
$index: str-index($string, $search);
$index: str-index($string, $search);
@if $index {
@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
}
@if $index {
@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
}
@return $string;
@return $string;
}
{{#
svgs
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment