-
Notifications
You must be signed in to change notification settings - Fork 91
sync: release-23.x to next #3974
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
Conversation
Co-authored-by: adamstankiewicz <2828721+adamstankiewicz@users.noreply.github.com>
* feat: Better support for multiple themes This change adds support for two CLI options to the build-tokens command. The first, --all-themes makes the build-tokens command process all themes in the source directory as opposed to specifying all the names via --theme. Secondly, --base-paragon-theme allows you to have multiple themes derived from the same common base. If specified, you can have a derived theme that still loads tokens from the light theme. For example, you can have a site theme called 'theme-one' and set the base theme to light so it will reuse the core light theme tokens and layer on changes from 'theme-one'. * fixup! feat: Better support for multiple themes * fixup! fixup! feat: Better support for multiple themes
✅ Deploy Preview for paragon-openedx ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for paragon-openedx-v23 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: adamstankiewicz <2828721+adamstankiewicz@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #3974 +/- ##
=======================================
Coverage 94.37% 94.37%
=======================================
Files 242 242
Lines 4282 4282
Branches 978 1017 +39
=======================================
Hits 4041 4041
+ Misses 237 233 -4
- Partials 4 8 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎉 This PR is included in version 23.16.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
sync-branches: New code has just landed in release-23.x, so let's bring next up to speed!