stylesheets/flint/functions/lib/_replace-substring.scss in flint-gs-2.0.2 vs stylesheets/flint/functions/lib/_replace-substring.scss in flint-gs-2.0.3
- old
+ new
@@ -6,9 +6,11 @@
* @param {String} $string - string that contains substring
* @param {String} $substring - substring to replace
* @param {String} $new-substring (" ") - new string to replace sub with
*
* @return {String}
+ *
+ * @group Internal Functions
*/
@function flint-replace-substring($string, $substring, $new-substring: " ") {
// Use Ruby function if available
@if $flint__use-ruby-functions {