stylesheets/flint/functions/lib/_get-substring.scss in flint-gs-1.3.6 vs stylesheets/flint/functions/lib/_get-substring.scss in flint-gs-1.4.0
- old
+ new
@@ -1,10 +1,10 @@
// Gets substring from string
// -------------------------------------------------------------------------------
// @dependence `string-to-list()`
// -------------------------------------------------------------------------------
// @param $full-string [string] : string that contains substring
-// @param $depth [integer | string] : depth of substring
+// @param $depth [number | string] : depth of substring
// -------------------------------------------------------------------------------
// @return [string]
@function get-substring($full-string, $depth) {
@if is-string($full-string) {
\ No newline at end of file