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
..
2023-02-18 15:05:51 -05:00
2023-02-18 15:05:51 -05:00
2023-02-18 15:05:51 -05:00
2023-02-18 15:05:51 -05:00
2023-01-07 19:47:32 +00:00
2023-01-07 19:47:32 +00:00
2023-02-18 15:05:51 -05:00
2023-01-20 22:59:27 +00:00
2023-02-01 02:42:19 +00:00