Skip to content

Commit

Permalink
Merge pull request #1127 from cnomes/hotfix/faulty-angular.json-starter
Browse files Browse the repository at this point in the history
fix(stark-starter): remove faulty import from angular.json
  • Loading branch information
christophercr authored Feb 11, 2019
2 parents f993589 + 3fcfd0d commit 505b4e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions starter/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@
"output": "./"
}
],
"styles": [
"node_modules/@nationalbankbelgium/stark-core/assets/css/pre-load-style.css",
"src/styles/styles.scss",
"src/styles/styles.pcss"
],
"styles": ["node_modules/@nationalbankbelgium/stark-core/assets/css/pre-load-style.css", "src/styles/styles.scss"],
"scripts": [],
"deployUrl": "",
"baseHref": "/"
Expand Down

0 comments on commit 505b4e1

Please sign in to comment.