Skip to content

Commit 1591fb5

Browse files
committed
remove body styles and simplify css
1 parent bf34161 commit 1591fb5

File tree

2 files changed

+254
-277
lines changed

2 files changed

+254
-277
lines changed

packages/schematics/angular/application/files/src/index.html.template

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
1010

11-
<!-- *** Remove Template Code Below *** -->
12-
<style>
13-
body,
14-
body * {
15-
margin: 0;
16-
padding: 0;
17-
}
18-
</style>
19-
<!-- *** Template Code Ends *** -->
20-
2111
</head>
2212
<body>
2313
<<%= prefix %>-root></<%= prefix %>-root>

0 commit comments

Comments
 (0)