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_childargument or by usingmix_child(). - Converted the second parameter in
mix()to an$argsarray while keeping backwards compatibility with the$manifest_directoryparameter.
mix_any()
- Added
mix_any()as a new function to work with Mix outside of WordPress themes. Read the documentation in the README.