Skip to content

Commit

Permalink
fix(demo): adjust path to package styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Nov 9, 2023
1 parent 67c2d30 commit 345f1f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions projects/demo/src/style/theme.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
@use 'sass:map';
@use '@angular/material' as mat;

@use 'packages/core/src/index' as igo;
@use '../../../../packages/core/src/index' as igo;

$primary: mat.define-palette(mat.$deep-purple-palette);
$accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
$warn: mat.define-palette(mat.$red-palette);
// $typography: mat.define-typography-config($font-family: 'Roboto, 'Helvetica Neue', sans-serif',);
$typography: igo.$igo-typography;

$theme-config: mat.define-light-theme(
Expand Down
4 changes: 2 additions & 2 deletions projects/demo/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// In production use @igo2/core/all-style
@use 'packages/core/src/style/all-style';
@use '../../../packages/core/src/style/all-style';
// In production use @igo2/core/layout
@use 'packages/core/src/style/layout';
@use '../../../packages/core/src/style/layout';

@use 'style/theme.scss';

Expand Down

0 comments on commit 345f1f2

Please sign in to comment.