Extending existing patterns leads to their complete redefinition #3240
-
When trying to extend an existing pattern (for example, a container), the basic configuration is completely redefined (even with extend)
Expected behaviorIt seems to me that when expanding, all the basic styles should be applied, including those that were added through the extension |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Apr 24, 2025
Replies: 1 comment 1 reply
-
We don’t merge functions in the config resolution process. If you override the transform function, you need to redefine the styles. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
segunadebayo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don’t merge functions in the config resolution process. If you override the transform function, you need to redefine the styles.