- Added support for using
mix()
in child themes by using theis_child
argument or by usingmix_child()
. - Converted the second parameter in
mix()
to an$args
array while keeping backwards compatibility with the$manifest_directory
parameter.
- Added
mix_any()
as a new function to work with Mix outside of WordPress themes. Read the documentation in the README.
- Fixed double slashes in path.
Initial release.