File tree 2 files changed +6
-6
lines changed
app/demo-modules/dark-theme
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ export const sources = [
19
19
raw : {
20
20
default : require ( '!!raw-loader!./styles.scss' ) . default . replace (
21
21
'../../../../angular-calendar/src/angular-calendar.scss' ,
22
- '~ angular-calendar/scss/angular-calendar.scss'
22
+ 'angular-calendar/scss/angular-calendar.scss'
23
23
) ,
24
24
} ,
25
25
highlighted : {
26
26
default :
27
27
require ( '!!raw-loader!highlightjs-loader?lang=scss!./styles.scss' ) . default . replace (
28
28
'../../../../angular-calendar/src/angular-calendar.scss' ,
29
- '~ angular-calendar/scss/angular-calendar.scss'
29
+ 'angular-calendar/scss/angular-calendar.scss'
30
30
) ,
31
31
} ,
32
32
} ,
Original file line number Diff line number Diff line change 1
- @import ' ~ bootstrap/scss/bootstrap' ;
2
- @import ' ~ @fortawesome/fontawesome-free/css/all.css' ;
3
- @import ' ~ highlight.js/styles/github.css' ;
4
- @import ' ~ flatpickr/dist/flatpickr.css' ;
1
+ @import ' bootstrap/scss/bootstrap' ;
2
+ @import ' @fortawesome/fontawesome-free/css/all.css' ;
3
+ @import ' highlight.js/styles/github.css' ;
4
+ @import ' flatpickr/dist/flatpickr.css' ;
5
5
@import ' ../angular-calendar/src/angular-calendar' ;
6
6
7
7
@media (min-width : 768px ) {
You can’t perform that action at this time.
0 commit comments