Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance themeing logic #253

Open
designmatty opened this issue Mar 20, 2020 · 0 comments
Open

Enhance themeing logic #253

designmatty opened this issue Mar 20, 2020 · 0 comments
Assignees
Milestone

Comments

@designmatty
Copy link
Contributor

1: replace entries in derived with values from base (newDerived)
2: merge derived into blaster base theme (newBase)
3: pull out user base theme (userBase)
4: pull out user component theme (userComps)
5: Replace entries in (step3/userBase) with valuse from (Step 2/newBase) (newUserBase)
6: merge (step 5/newUserBase) into (step 2/newBase) output (combinedBase)
7: merge (step4/userComps) into blaster components (newComps)
8: replace entries in (step4/userComps) with values from (step 6/combinedBase) (newUserComps)
9: merge (step 7/newComp)s output into (step 8/newUserComps)s output (combinedComps)
10: merge (step 9/combinedComps) with (step 6/combinedBase)

Utilize this codesandbox for testing: https://codesandbox.io/s/blaster-utility-testing-env-c6sfy

@designmatty designmatty added this to the 2.0.0 milestone Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants