Skip to content

Commit 3ce3dbd

Browse files
committed
fix(@schematics/angular): use string style for new app
Followup to angular#667
1 parent 9c2a52d commit 3ce3dbd

File tree

1 file changed

+1
-3
lines changed
  • packages/schematics/angular/application

1 file changed

+1
-3
lines changed

packages/schematics/angular/application/index.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ function addAppToWorkspaceFile(options: ApplicationOptions, workspace: Workspace
133133
},
134134
],
135135
styles: [
136-
{
137-
input: `${projectRoot}src/styles.${options.style}`,
138-
},
136+
`${projectRoot}src/styles.${options.style}`,
139137
],
140138
scripts: [],
141139
},

0 commit comments

Comments
 (0)