Skip to content

Commit c8b4589

Browse files
committed
adding prefixed versions of min and max content keywords
1 parent cc2bede commit c8b4589

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flexbox/ratios/min-max-content.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@
6262

6363
<style class="editable">
6464
.min-content {
65+
width: -moz-min-content;
6566
width: min-content;
6667
border: 2px dotted rgb(96, 139, 168);
6768
}
6869
.max-content {
70+
width: -moz-max-content;
6971
width: max-content;
7072
border: 2px dotted rgb(96, 139, 168);
7173
}
@@ -83,10 +85,12 @@
8385
</section>
8486
<textarea class="playable-css">
8587
.min-content {
88+
width: -moz-min-content;
8689
width: min-content;
8790
border: 2px dotted rgb(96, 139, 168);
8891
}
8992
.max-content {
93+
width: -moz-max-content;
9094
width: max-content;
9195
border: 2px dotted rgb(96, 139, 168);
9296
}

0 commit comments

Comments
 (0)