Skip to content

Commit

Permalink
Include ng-select css in build process"
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Jan 26, 2025
1 parent aded7a5 commit 58d5df9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
],
"styles": [
{ "bundleName": "styles", "inject": true, "input": "node_modules/ng-multiselect-dropdown/themes/ng-multiselect-dropdown.theme.scss" },
{ "bundleName": "styles", "inject": true, "input": "node_modules/@ng-select/ng-select/scss/ng-select.component.scss" },
{ "bundleName": "styles", "inject": true, "input": "node_modules/@ng-select/ng-select/themes/default.theme.css" },
{ "bundleName": "styles", "inject": true, "input": "node_modules/@fortawesome/fontawesome-free/css/fontawesome.css" },
{ "bundleName": "styles", "inject": true, "input": "node_modules/@fortawesome/fontawesome-free/css/solid.css" },
Expand Down Expand Up @@ -161,6 +162,7 @@
},
"styles": [
{ "bundleName": "styles", "inject": true, "input": "node_modules/ng-multiselect-dropdown/themes/ng-multiselect-dropdown.theme.scss" },
{ "bundleName": "styles", "inject": true, "input": "node_modules/@ng-select/ng-select/scss/ng-select.component.scss" },
{ "bundleName": "styles", "inject": true, "input": "node_modules/@ng-select/ng-select/themes/default.theme.css" },
{ "bundleName": "styles", "inject": true, "input": "node_modules/@fortawesome/fontawesome-free/css/fontawesome.css" },
{ "bundleName": "styles", "inject": true, "input": "node_modules/@fortawesome/fontawesome-free/css/solid.css" },
Expand Down

0 comments on commit 58d5df9

Please sign in to comment.