-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
feat(material/schematics): Add CSS output to custom theme schematic #30004
base: main
Are you sure you want to change the base?
Conversation
06fd9dd
to
c844199
Compare
Deployed dev-app for c844199 to: https://ng-dev-previews-comp--pr-angular-components-30004-dev-g66rq78f.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
This schematic allows users to create new Material 3 theme palettes based | ||
on custom colors by using [Material Color Utilities](https://github.com/material-foundation/material-color-utilities). | ||
This is an alternative to using the available [predefined theme palettes](https://material.angular.io/guide/theming#prebuilt-color-palettes). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This theming guide link no longer points to a specific section (in next.material.angular.io) - this and other spots in the README that need to be adjusted
The new theming guide doesnt really list out the prebuilts anymore. I feel like they might be outdated now that its so easy to add your own theme with mat.theme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was looking at the rc guide but just removed the rc in the url since the target for this PR is patch.
So this link for that is https://rc.material.angular.io/guide/theming#prebuilt-color-palettes, which does have the list of the prebuilt palettes. Should this still be removed?
c844199
to
772e236
Compare
772e236
to
cd40d8e
Compare
Fixes #29363