Skip to content

Commit 43786b8

Browse files
jelbournkara
authored andcommitted
chore(getting-started): make theming section more attention-grabbing. (#1588)
1 parent 1ad457b commit 43786b8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

GETTING_STARTED.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,20 @@ import { MaterialModule } from '@angular/material';
3333
export class PizzaPartyAppModule { }
3434
```
3535

36-
## Including core and theme styles:
37-
This is required to apply all of the core and theme styles to your application.
38-
See the [theming guide](docs/theming.md) for instructions.
36+
## Include the core and theme styles:
37+
This is **required** to apply all of the core and theme styles to your application. You can either
38+
use a pre-built theme, or define your own custom theme.
3939

40+
:trident: See the [theming guide](docs/theming.md) for instructions.
4041

41-
## Additional setup for `md-slide-toggle` and `md-slider`:
42+
### Additional setup for `md-slide-toggle` and `md-slider`:
4243
The slide-toggle and slider components have a dependency on [HammerJS](http://hammerjs.github.io/).
4344

4445
Add HammerJS to your application via [npm](https://www.npmjs.com/package/hammerjs), a CDN
4546
(such as the [Google CDN](https://developers.google.com/speed/libraries/#hammerjs)), or served
4647
directly from your app.
4748

48-
## [Optional] Using Material Design icons with `md-icon`:
49+
### [Optional] Using Material Design icons with `md-icon`:
4950

5051
- If you want to use Material Design icons in addition to Angular Material components,
5152
load the Material Design font in your `index.html`.

0 commit comments

Comments
 (0)