Skip to content

Commit

Permalink
fix(docs): fix auth install article Closes #273
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Jun 15, 2018
1 parent 2f28cbc commit 180d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/auth-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const routes: Routes = [

## Enable Styles

Last but not least - install the component styles into your themes.scss ([more details](docs/guides/enable-theme-system)):
Last but not least - install the component styles into your styles.scss ([more details](docs/guides/enabling-theme-system)):

```scss
@import '~@nebular/auth/styles/all'; // or @import '~@nebular/auth/styles/{theme-name}';
Expand Down

0 comments on commit 180d8f1

Please sign in to comment.