We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447aea9 commit 3552d0cCopy full SHA for 3552d0c
projects/demos/app/demo-modules/dark-theme/sources.ts
@@ -18,11 +18,11 @@ export const sources = [
18
contents: {
19
raw: require('!!raw-loader!./styles.scss').replace(
20
'../../../../angular-calendar/src/angular-calendar.scss',
21
- 'angular-calendar/scss/angular-calendar.scss'
+ '~angular-calendar/scss/angular-calendar.scss'
22
),
23
highlighted: require('!!raw-loader!highlightjs-loader?lang=scss!./styles.scss').replace(
24
25
26
)
27
}
28
},
0 commit comments