Skip to content

Commit b97efcc

Browse files
authored
run prettier on html, css, and html files (#162)
1 parent 3c6bfc2 commit b97efcc

File tree

203 files changed

+2420
-2383
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+2420
-2383
lines changed

backdrop/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
controls
2121
src="https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4"
2222
poster="https://peach.blender.org/wp-content/uploads/title_anouncement.jpg?x11217"
23-
width="620"
24-
>
23+
width="620">
2524
Sorry, your browser doesn't support embedded videos. Time to upgrade!
2625
</video>
2726
</section>

css-cookbook/list-group-badges.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
display: flex;
7373
justify-content: space-between;
7474
align-items: center;
75-
}</textarea>
75+
}</textarea
76+
>
7677

7778
<textarea class="playable playable-html" style="height: 270px">
7879
<ul class="list-group">

css-text/hyphens.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
inline-size: 150px;
3838
overflow-wrap: break-word;
3939
hyphens: manual;
40-
}</textarea>
40+
}</textarea
41+
>
4142

4243
<textarea class="playable playable-html" style="height: 150px">
4344
<div class="box">

css-text/inline-overflow-hidden.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
.box {
3636
inline-size: 150px;
3737
overflow: hidden;
38-
}</textarea>
38+
}</textarea
39+
>
3940

40-
<textarea class="playable playable-html" style="height: 150px;">
41+
<textarea class="playable playable-html" style="height: 150px">
4142
<div class="box">
4243
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch
4344
</div>

css-text/inline-overflow.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
<textarea class="playable playable-css" style="height: 100px">
3434
.box {
3535
inline-size: 150px;
36-
}</textarea>
36+
}</textarea
37+
>
3738

3839
<textarea class="playable playable-html" style="height: 150px">
3940
<div class="box">

css-text/min-content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
<textarea class="playable playable-css" style="height: 100px">
3434
.box {
3535
inline-size: min-content;
36-
}</textarea>
36+
}</textarea
37+
>
3738

3839
<textarea class="playable playable-html" style="height: 150px">
3940
<div class="box">

css-text/overflow-wrap.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
.box {
3636
inline-size: 150px;
3737
overflow-wrap: break-word;
38-
}</textarea>
38+
}</textarea
39+
>
3940

4041
<textarea class="playable playable-html" style="height: 150px">
4142
<div class="box">

css-text/wbr.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
<textarea class="playable playable-css" style="height: 100px">
3434
.box {
3535
inline-size: 150px;
36-
}</textarea>
36+
}</textarea
37+
>
3738

3839
<textarea class="playable playable-html" style="height: 150px">
3940
<div class="box">

css-text/word-break-checkbox.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
<textarea class="playable playable-css" style="height: 100px">
4747
.field-br {
4848
word-break: break-all;
49-
}</textarea>
49+
}</textarea
50+
>
5051

5152
<textarea class="playable playable-html" style="height: 180px">
5253
<div class="field">

css-text/word-break.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343

4444
.box2 {
4545
overflow-wrap: break-word;
46-
}</textarea>
46+
}</textarea
47+
>
4748

4849
<textarea class="playable playable-html" style="height: 180px">
4950
<div class="box box1">

0 commit comments

Comments
 (0)