mirror of https://github.com/openedx/paragon.git
* 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 |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| build-scss.js | ||
| build-tokens.js | ||
| help.js | ||
| install-theme.js | ||
| migrate-to-openedx-scope.js | ||
| queryParamEncoding.js | ||
| replace-variables.js | ||
| serve-theme-css.js | ||
| utils.js | ||
| version.js | ||