Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
fix(examples): correct import statement for scss example
Browse files Browse the repository at this point in the history
 - the example on the main page incorrectly told users to @import "node_modules/ng2-material/all" instead of source/all.
 - closes #17
  • Loading branch information
justindujardin committed Jan 16, 2016
1 parent 56011b4 commit 46dd541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/routes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1 class="examples-title">Installing from NPM</h1>
<highlight type="scss" class="md-subhead">
$md-font-url: 'node_modules/ng2-material/dist/';
@import "node_modules/ng2-material/dist/font";
@import "node_modules/ng2-material/all";
@import "node_modules/ng2-material/source/all";
</highlight>
</section>

Expand Down

0 comments on commit 46dd541

Please sign in to comment.