|
|
|
@ -146,16 +146,6 @@ Find [styles configuration in angular.json](https://angular.io/guide/workspace-c
|
|
|
|
|
"build": {
|
|
|
|
|
"options": {
|
|
|
|
|
"styles": [
|
|
|
|
|
{
|
|
|
|
|
"input": "node_modules/@abp/ng.theme.shared/styles/bootstrap-rtl.min.css",
|
|
|
|
|
"inject": false,
|
|
|
|
|
"bundleName": "bootstrap-rtl.min"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"input": "node_modules/bootstrap/dist/css/bootstrap.min.css",
|
|
|
|
|
"inject": true,
|
|
|
|
|
"bundleName": "bootstrap-ltr.min"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"input": "node_modules/@fortawesome/fontawesome-free/css/all.min.css",
|
|
|
|
|
"inject": true,
|
|
|
|
@ -166,6 +156,16 @@ Find [styles configuration in angular.json](https://angular.io/guide/workspace-c
|
|
|
|
|
"inject": true,
|
|
|
|
|
"bundleName": "fontawesome-v4-shims.min"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"input": "node_modules/@abp/ng.theme.shared/styles/bootstrap-rtl.min.css",
|
|
|
|
|
"inject": false,
|
|
|
|
|
"bundleName": "bootstrap-rtl.min"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"input": "node_modules/bootstrap/dist/css/bootstrap.min.css",
|
|
|
|
|
"inject": true,
|
|
|
|
|
"bundleName": "bootstrap-ltr.min"
|
|
|
|
|
},
|
|
|
|
|
"apps/dev-app/src/styles.scss"
|
|
|
|
|
],
|
|
|
|
|
}
|
|
|
|
|