5 Commits

Author SHA1 Message Date
Connor Skees
f16fc40bde support $keys... argument to map-has-key 2024-08-04 17:43:02 +00:00
greenwoodcm
beb64abac4
support $keys... argument for map.get (#83)
per the sass-lang docs [1], the user should be able to invoke
`map.get($my-map, "key1", "key2")` to perform a nested lookup
of the two keys.  the current implementation fails if provided
more than two arguments to `map.get`.  this change implements
the nested get.  fixes #80.

[1] https://sass-lang.com/documentation/modules/map/
2023-07-09 13:55:45 -04:00
Connor Skees
f811b243c7 implement builtin fn map.deep-merge(..) 2023-05-11 16:38:56 +00:00
connorskees
dc6a2d1165 resolve more todos 2023-02-02 06:14:10 +00:00
connorskees
3c1b14406a convert to workspace 2023-01-07 19:47:32 +00:00