Skip to content

Commit

Permalink
docs: consolidate theming guides (#29988)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Seguin <andrewseguin@google.com>
(cherry picked from commit 02d703b)
  • Loading branch information
andrewseguin committed Nov 11, 2024
1 parent d55ec61 commit 9a154cc
Show file tree
Hide file tree
Showing 8 changed files with 350 additions and 1,189 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG_ARCHIVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7297,7 +7297,7 @@ contains all of the components. Build tools such as [`rollup.js`](http://rollupj
tree-shaking to eliminate the code for components that you aren't using.

The addition of theming as also changed the directory structure for bringing the core css into your
application. See the new [theming guide](guides/theming.md) for more information.
application. See the new [theming guide](guides/theming-with-config) for more information.


### Features
Expand Down
106 changes: 0 additions & 106 deletions guides/customizing-component-styles.md

This file was deleted.

88 changes: 0 additions & 88 deletions guides/duplicate-theming-styles.md

This file was deleted.

70 changes: 0 additions & 70 deletions guides/elevation.md

This file was deleted.

2 changes: 1 addition & 1 deletion guides/schematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Angular Material `ng add` schematic helps you set up an Angular CLI project

- Ensure [project dependencies](./getting-started#step-1-install-angular-material-angular-cdk-and-angular-animations) are placed in `package.json`
- Enable the [BrowserAnimationsModule](./getting-started#step-2-configure-animations) in your app module
- Add either a [prebuilt theme](./theming#pre-built-themes) or a [custom theme](./theming#defining-a-custom-theme)
- Add either a prebuilt theme or a custom theme
- Add Roboto fonts to your `index.html`
- Add the [Material Icon font](./getting-started#step-6-optional-add-material-icons) to your `index.html`
- Add global styles to
Expand Down
Loading

0 comments on commit 9a154cc

Please sign in to comment.