Releases: mindkomm/theme-lib-mix
Releases · mindkomm/theme-lib-mix
1.2.0 – Better support for child themes
- 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.
mix_any()
- Added
mix_any()
as a new function to work with Mix outside of WordPress themes. Read the documentation in the README.