|
| 1 | +// Modules. |
| 2 | +@forward "get" as get-*; |
| 3 | +// @forward "has" as has-*; |
| 4 | +@forward "remove" as remove-*; |
| 5 | +// @forward "replace" as replace-*; |
| 6 | +// @forward "select" as select-*; |
| 7 | + |
| 8 | +// Functions. |
| 9 | +// Alias to the get. |
| 10 | +@forward "get/get.bool.function"; |
| 11 | +@forward "get/get.list.function"; |
| 12 | +@forward "get/get.map.function"; |
| 13 | +@forward "get/get.number.function"; |
| 14 | +@forward "get/get.string.function"; |
| 15 | + |
| 16 | +// Other. |
| 17 | +@forward "list.add.function"; |
| 18 | +@forward "list.append.function"; |
| 19 | +// @forward "list.each.mixin"; |
| 20 | +@forward "list.empty.function"; |
| 21 | +@forward "list.extract-map.function"; |
| 22 | +@forward "list.first.function"; |
| 23 | +@forward "list.flatten.function"; |
| 24 | +@forward "list.index.function"; |
| 25 | +@forward "list.insert-nth.function"; |
| 26 | +// @forward "list.from.function"; |
| 27 | +@forward "list.invert.function"; |
| 28 | +@forward "list.is-length.function"; |
| 29 | +@forward "list.join.function"; |
| 30 | +@forward "list.last.function"; |
| 31 | +// @forward "list.limit.function"; |
| 32 | +@forward "list.merge.function"; |
| 33 | +@forward "list.nth.function"; |
| 34 | +@forward "list.nths.function"; |
| 35 | +@forward "list.of.function"; |
| 36 | +// @forward "list.range.function"; |
| 37 | +// @forward "list.select.function"; |
| 38 | +@forward "list.swap.function"; |
| 39 | +// @forward "list.to-map.function"; |
| 40 | +// @forward "list.to.function"; |
| 41 | +@forward "list.type.function"; |
| 42 | +@forward "list.update.function"; |
| 43 | + |
| 44 | +// Sass. |
| 45 | +@forward "sass:list" hide append, index, join, nth; |
0 commit comments