Skip to content

Commit

Permalink
fixed string split separator default to '.'
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed Apr 5, 2018
1 parent 43bc337 commit d6af3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/types/_string.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@return false;
}

@function string-split($s, $sep) {
@function string-split($s, $sep: '.') {
$split: ();

$i: str-index($s, $sep);
Expand Down

0 comments on commit d6af3ac

Please sign in to comment.