-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cascading] from release/9.3.0-rc to main (#891)
<!-- {"currentBranch":"release/9.3.0-rc","targetBranch":"main","bypassReviewers":true,"isConflicting":false} --> ## Cascading from release/9.3.0-rc to main The configuration requests the cascading to bypass reviewer in case of CI success. To not bypass the reviewing process, please check the following checkbox: - [ ] <!-- !cancel bypass! --> 🚫 stop reviewing process bypass for this Pull Request --- <small>This PR has been generated by the [Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
- Loading branch information
Showing
25 changed files
with
668 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
// Theming | ||
@forward './scss/theming/variables' as default-*; | ||
@forward './scss/theming/functions' hide _meta-theme-to-material, _meta-theme-to-otter; | ||
@forward './scss/theming/otter-theme/theme' show generate-otter-theme, generate-otter-dark-theme; | ||
@forward './scss/theming/otter-theme/dark.theme'; | ||
|
||
// Mixins | ||
@forward './scss/theming/mixins' show apply-theme, override-theme, define-var; | ||
@forward './scss/theming/otter-theme/index'; // deprecate, will be removed in v10. The theme should retrieve from @o3r/styling/otter-theme | ||
@forward './scss/theming/functions'; | ||
@forward './scss/theming/mixins' show apply-theme, override-theme, define-var, var; | ||
|
||
// Palettes | ||
@forward './scss/theming/palettes/amadeus' as palettes-*; | ||
|
||
// Utils | ||
@forward './scss/utils/functions'; | ||
@forward './scss/utils/variables'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.