Skip to content

Commit

Permalink
fix(demo): fix wrong style reference
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
ignatij committed Apr 21, 2020
1 parent d1e5446 commit bcc4cbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/stackblitz-templates/stackblitz-angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand All @@ -24,8 +24,7 @@
"projects/data-grid-demo/src/assets"
],
"styles": [
"projects/data-grid-demo/src/styles.css",
"./node_modules/bootstrap/dist/css/bootstrap.min.css"
"projects/data-grid-demo/src/styles.scss"
],
"scripts": []
},
Expand Down

0 comments on commit bcc4cbe

Please sign in to comment.