You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.
Currently, the Child Theme Lib looks for a complete config file in the child theme. If one is not found it falls back to the default config.
A better approach would be to allow partial config overrides by merging the default config with the child theme's config - meaning that the child theme only needs to provide keys/values which differ from the default.
Currently, the Child Theme Lib looks for a complete config file in the child theme. If one is not found it falls back to the default config.
A better approach would be to allow partial config overrides by merging the default config with the child theme's config - meaning that the child theme only needs to provide keys/values which differ from the default.
Example of proposed functionality:
The above configs will return the following:
However, in the current version it will only return the override:
This is not ideal because it requires child theme's to provide an entire config, even if there is only one difference from the defaults.
The text was updated successfully, but these errors were encountered: