Skip to content

Commit ed6398c

Browse files
docs(README.md): update.
1 parent 70ef25f commit ed6398c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ list.of($list, $spec, $separator: null, $type: false)
229229
![todo]
230230

231231
```scss
232-
list.range($list, $from: 1, $to: list.length($list))
232+
list.range($list, $from: 1, $to: list.length($list)) // TODO
233233
```
234234

235235
#### ```list.replace()```
@@ -287,6 +287,8 @@ list.type($list, $n...)
287287
list.update($list, $nth-value...)
288288
```
289289

290+
<br>
291+
290292
### ```list.get-[method]```
291293

292294
Get methods.
@@ -339,6 +341,8 @@ list.remove-duplicate($list, $values...)
339341

340342
#### ```list.remove-list()```
341343

344+
![todo]
345+
342346
```scss
343347
list.remove-duplicate($list, $values...) // TODO
344348
```
@@ -363,6 +367,8 @@ list.remove-number($list)
363367

364368
#### ```list.remove-range()```
365369

370+
![todo]
371+
366372
```scss
367373
list.remove-range($list, $from: 1, $to: list.length($list)) // TODO
368374
```

0 commit comments

Comments
 (0)