Skip to content

Commit

Permalink
chore(): update docs to updated Material style prefixes (#414)
Browse files Browse the repository at this point in the history
closes( #410)
  • Loading branch information
cgatian authored and emoralesb05 committed Mar 9, 2017
1 parent 3cea292 commit 9142f08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ A theme file is a simple Sass file that defines your palettes and passes them to
@import '~@covalent/markdown/markdown-theme';
@import '~@covalent/highlight/highlight-theme';\
@include md-core();
@include mat-core();

$primary: md-palette($md-orange, 800);
$accent: md-palette($md-light-blue, 600, A100, A400);
$primary: mat-palette($mat-orange, 800);
$accent: mat-palette($mat-light-blue, 600, A100, A400);

$warn: md-palette($md-red, 600);
$warn: mat-palette($mat-red, 600);

$theme: md-light-theme($primary, $accent, $warn);
$theme: mat-light-theme($primary, $accent, $warn);

@include angular-material-theme($theme);
@include covalent-theme($theme);
Expand Down Expand Up @@ -137,4 +137,4 @@ or
```

## Sample Covalent projects
- [Covalent Quickstart](https://github.com/Teradata/covalent-quickstart)
- [Covalent Quickstart](https://github.com/Teradata/covalent-quickstart)

0 comments on commit 9142f08

Please sign in to comment.