Skip to content

Commit e4f8009

Browse files
committed
Move spinkit css to a specific folder
1 parent 1993c78 commit e4f8009

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/app/spinner/spinner.component.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ import { Spinkit } from '../spinkits';
1717
templateUrl: './spinner.component.html',
1818
styleUrls: [
1919
'./spinner.component.css',
20-
'./sk-double-bounce.css',
21-
'./sk-chasing-dots.css',
22-
'./sk-cube-grid.css',
23-
'./sk-rotating-plane.css',
24-
'./sk-spinner-pulse.css',
25-
'./sk-three-bounce.css',
26-
'./sk-wandering-cubes.css',
27-
'./sk-wave.css',
20+
'./spinkit-css/sk-double-bounce.css',
21+
'./spinkit-css/sk-chasing-dots.css',
22+
'./spinkit-css/sk-cube-grid.css',
23+
'./spinkit-css/sk-rotating-plane.css',
24+
'./spinkit-css/sk-spinner-pulse.css',
25+
'./spinkit-css/sk-three-bounce.css',
26+
'./spinkit-css/sk-wandering-cubes.css',
27+
'./spinkit-css/sk-wave.css',
2828
]
2929
})
3030
export class SpinnerComponent implements OnDestroy {

0 commit comments

Comments
 (0)