Skip to content

Commit 42dc695

Browse files
docs(README.md): update.
1 parent 27447a9 commit 42dc695

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,16 @@ list.flatten($list)
138138

139139
#### list.from()
140140

141+
![todo]
142+
141143
```scss
142144
list.from($list, $from) // TODO
143145
```
144146

145147
#### list.has()
146148

149+
![todo]
150+
147151
```scss
148152
list.has($list, $occurrence: any, $operator: '==', $value, $values...) // TODO
149153
```
@@ -222,6 +226,8 @@ list.of($list, $spec, $separator: null, $type: false)
222226

223227
#### list.range()
224228

229+
![todo]
230+
225231
```scss
226232
list.range($list, $from: 1, $to: list.length($list))
227233
```
@@ -234,6 +240,8 @@ list.replace($list, $replace, $replacement)
234240

235241
#### list.select()
236242

243+
![todo]
244+
237245
```scss
238246
list.select(
239247
$select: index,
@@ -253,12 +261,16 @@ list.swap($list, $n, $to, $nth: list.nth($list, $n))
253261

254262
#### list.to-map()
255263

264+
![todo]
265+
256266
```scss
257267
list.to-map($list, $keys...)
258268
```
259269

260270
#### list.to()
261271

272+
![todo]
273+
262274
```scss
263275
list.to($list, $to)
264276
```
@@ -430,6 +442,7 @@ MIT © angular-package ([license][sass-list-license])
430442
[fix]: https://img.shields.io/badge/-Fix-red
431443
[new]: https://img.shields.io/badge/-eNw-green
432444
[update]: https://img.shields.io/badge/-Update-red
445+
[todo]: https://img.shields.io/badge/-Todo-silver
433446
[documentation]: https://img.shields.io/badge/-Documentation-informational
434447
[demonstration]: https://img.shields.io/badge/-Demonstration-green
435448

0 commit comments

Comments
 (0)