File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ You can also skip CSS inlining for an HTML tag by adding the `data-css-inline="i
102
102
<!-- The tag below won't receive additional styles -->
103
103
<h1 data-css-inline =" ignore" >Big Text</h1 >
104
104
</body >
105
- </html >
106
105
```
107
106
108
107
The ` data-css-inline="ignore" ` attribute also allows you to skip ` link ` and ` style ` tags:
@@ -116,7 +115,6 @@ The `data-css-inline="ignore"` attribute also allows you to skip `link` and `sty
116
115
<body >
117
116
<h1 >Big Text</h1 >
118
117
</body >
119
- </html >
120
118
```
121
119
122
120
If you'd like to load stylesheets from your filesystem, use the ` file:// ` scheme:
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ You can also skip CSS inlining for an HTML tag by adding the `data-css-inline="i
122
122
<!-- The tag below won't receive additional styles -->
123
123
<h1 data-css-inline =" ignore" >Big Text</h1 >
124
124
</body >
125
- </html >
126
125
```
127
126
128
127
The ` data-css-inline="ignore" ` attribute also allows you to skip ` link ` and ` style ` tags:
@@ -136,7 +135,6 @@ The `data-css-inline="ignore"` attribute also allows you to skip `link` and `sty
136
135
<body >
137
136
<h1 >Big Text</h1 >
138
137
</body >
139
- </html >
140
138
```
141
139
142
140
If you'd like to load stylesheets from your filesystem, use the ` file:// ` scheme:
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ The `data-css-inline="ignore"` attribute also allows you to skip `link` and `sty
102
102
<body >
103
103
<h1 >Big Text</h1 >
104
104
</body >
105
- </html >
106
105
```
107
106
108
107
## Standards support & restrictions
You can’t perform that action at this time.
0 commit comments