File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
" src/assets"
28
28
],
29
29
"styles" : [
30
+ " node_modules/minireset.css/minireset.css" ,
30
31
" src/styles.scss"
31
32
],
32
33
"scripts" : [" ./node_modules/hammerjs/hammer.min.js" ]
89
90
"tsConfig" : " src/tsconfig.spec.json" ,
90
91
"karmaConfig" : " src/karma.conf.js" ,
91
92
"styles" : [
93
+ " node_modules/minireset.css/minireset.css" ,
92
94
" src/styles.scss"
93
95
],
94
96
"scripts" : [" ./node_modules/hammerjs/hammer.min.js" ],
Original file line number Diff line number Diff line change 1
- // CSS Reset, comment out if not required or using a different module
2
- @import ' ~minireset.css/minireset' ;
3
1
/* You can add global styles to this file, and also import other style files */
4
2
/* See: https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes.html */
5
3
@import " ~igniteui-angular/lib/core/styles/themes/index" ;
You can’t perform that action at this time.
0 commit comments