From f60b8f346f8b62f6e486ddcca4c8e8cce941f0c2 Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Mon, 24 Oct 2016 15:10:36 -0700 Subject: [PATCH] chore(getting-started): make theming section more attention-grabbing. --- GETTING_STARTED.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 6204063179a8..76f27a6772b7 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -33,19 +33,20 @@ import { MaterialModule } from '@angular/material'; export class PizzaPartyAppModule { } ``` -## Including core and theme styles: -This is required to apply all of the core and theme styles to your application. -See the [theming guide](docs/theming.md) for instructions. +## Include the core and theme styles: +This is **required** to apply all of the core and theme styles to your application. You can either +use a pre-built theme, or define your own custom theme. +:trident: See the [theming guide](docs/theming.md) for instructions. -## Additional setup for `md-slide-toggle` and `md-slider`: +### Additional setup for `md-slide-toggle` and `md-slider`: The slide-toggle and slider components have a dependency on [HammerJS](http://hammerjs.github.io/). Add HammerJS to your application via [npm](https://www.npmjs.com/package/hammerjs), a CDN (such as the [Google CDN](https://developers.google.com/speed/libraries/#hammerjs)), or served directly from your app. -## [Optional] Using Material Design icons with `md-icon`: +### [Optional] Using Material Design icons with `md-icon`: - If you want to use Material Design icons in addition to Angular Material components, load the Material Design font in your `index.html`.