Skip to content

Commit 7e2ab8c

Browse files
authored
Merge pull request #7 from kumaresan-subramani/master
updating styles files
2 parents bc3521f + 2189019 commit 7e2ab8c

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ aot/**/*.js
1212
*.map
1313
*.ngstyle.ts
1414
src/**/*.map
15-
styles/*.*
16-
!styles/index.css
17-
!styles/highlight.css
18-
!styles/images/*.*
1915
coverage/
2016
api/
2117
dist/main.bundle.js

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@
7575
"serve": "npm run build && gulp serve"
7676
}
7777
}
78+

styles/bootstrap.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2/bootstrap.scss';

styles/fabric.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2/fabric.scss';

styles/highcontrast.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2/highcontrast.scss';

styles/material.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2/material.scss';

0 commit comments

Comments
 (0)