at-import / Sassy-Maps

Map helper functions for Sass 3.3 and up
MIT License
66 stars 22 forks source link

Added map-merge-deep function #10

Open Undistraction opened 10 years ago

Undistraction commented 10 years ago

map-merge-deep combines two maps into a single map. The merge is recursive, meaning maps can contain other maps to an arbitrary depth. By default it will override existing key/values but this can be configured with a parameter.

Undistraction commented 10 years ago

Not sure why that's failing. Tests are passing at my end.

ericfreese commented 10 years ago

+1 hope this gets added.

Snugug commented 9 years ago

Related to #9

Snugug commented 9 years ago

It appears to be failing because the control file is missing a newline at the end.

Snugug commented 9 years ago

Please also update the README with documentation on the new functionality

Undistraction commented 9 years ago

@Snugug I'll get this updated tonight.

calvinf commented 9 years ago

+1, what's the status on this pull request?

monsdroid commented 8 years ago

+1