mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
refactor(theme): move framework dependencies into admin demo
This commit is contained in:
parent
7bccda807a
commit
b5666805bf
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
|||
"tsconfig": "tsconfig.app.json",
|
||||
"testTsconfig": "tsconfig.spec.json",
|
||||
"styles": [
|
||||
"../node_modules/bootstrap/dist/css/bootstrap.css",
|
||||
"../node_modules/typeface-exo/index.css",
|
||||
"../node_modules/open-sans-fontface/open-sans.css",
|
||||
"../node_modules/ionicons/scss/ionicons.scss",
|
||||
"../node_modules/font-awesome/scss/font-awesome.scss",
|
||||
"./app/@theme/styles/styles.scss"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue