Skip to content

Commit ee98732

Browse files
committed
Update dependencies
1 parent 19e84f8 commit ee98732

File tree

3 files changed

+24254
-9524
lines changed

3 files changed

+24254
-9524
lines changed

packages/tachyons/test/__snapshots__/test.ts.snap

Lines changed: 107 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ figure { margin: 1em 40px; }
3535
hr { box-sizing: content-box; height: 0; overflow: visible; }
3636
pre { font-family: monospace, monospace; font-size: 1em; }
3737
a { background-color: transparent; -webkit-text-decoration-skip: objects; }
38-
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
38+
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
3939
b, strong { font-weight: inherit; }
4040
b, strong { font-weight: bolder; }
4141
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
@@ -407,50 +407,50 @@ input[type=\\"tel\\"], input[type=\\"text\\"], input[type=\\"url\\"], .border-bo
407407
.dt-column { display: table-column; }
408408
.dt-column-group { display: table-column-group; }
409409
.dt--fixed { table-layout: fixed; width: 100%; }
410-
.flex { display: -webkit-box; display: flex; }
411-
.inline-flex { display: -webkit-inline-box; display: inline-flex; }
412-
.flex-auto { -webkit-box-flex: 1; flex: 1 1 auto; min-width: 0; min-height: 0; }
413-
.flex-none { -webkit-box-flex: 0; flex: none; }
414-
.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
415-
.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }
410+
.flex { display: flex; }
411+
.inline-flex { display: inline-flex; }
412+
.flex-auto { flex: 1 1 auto; min-width: 0; min-height: 0; }
413+
.flex-none { flex: none; }
414+
.flex-column { flex-direction: column; }
415+
.flex-row { flex-direction: row; }
416416
.flex-wrap { flex-wrap: wrap; }
417417
.flex-nowrap { flex-wrap: nowrap; }
418418
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
419-
.flex-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; flex-direction: column-reverse; }
420-
.flex-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; }
421-
.items-start { -webkit-box-align: start; align-items: flex-start; }
422-
.items-end { -webkit-box-align: end; align-items: flex-end; }
423-
.items-center { -webkit-box-align: center; align-items: center; }
424-
.items-baseline { -webkit-box-align: baseline; align-items: baseline; }
425-
.items-stretch { -webkit-box-align: stretch; align-items: stretch; }
419+
.flex-column-reverse { flex-direction: column-reverse; }
420+
.flex-row-reverse { flex-direction: row-reverse; }
421+
.items-start { align-items: flex-start; }
422+
.items-end { align-items: flex-end; }
423+
.items-center { align-items: center; }
424+
.items-baseline { align-items: baseline; }
425+
.items-stretch { align-items: stretch; }
426426
.self-start { align-self: flex-start; }
427427
.self-end { align-self: flex-end; }
428428
.self-center { align-self: center; }
429429
.self-baseline { align-self: baseline; }
430430
.self-stretch { align-self: stretch; }
431-
.justify-start { -webkit-box-pack: start; justify-content: flex-start; }
432-
.justify-end { -webkit-box-pack: end; justify-content: flex-end; }
433-
.justify-center { -webkit-box-pack: center; justify-content: center; }
434-
.justify-between { -webkit-box-pack: justify; justify-content: space-between; }
431+
.justify-start { justify-content: flex-start; }
432+
.justify-end { justify-content: flex-end; }
433+
.justify-center { justify-content: center; }
434+
.justify-between { justify-content: space-between; }
435435
.justify-around { justify-content: space-around; }
436436
.content-start { align-content: flex-start; }
437437
.content-end { align-content: flex-end; }
438438
.content-center { align-content: center; }
439439
.content-between { align-content: space-between; }
440440
.content-around { align-content: space-around; }
441441
.content-stretch { align-content: stretch; }
442-
.order-0 { -webkit-box-ordinal-group: 1; order: 0; }
443-
.order-1 { -webkit-box-ordinal-group: 2; order: 1; }
444-
.order-2 { -webkit-box-ordinal-group: 3; order: 2; }
445-
.order-3 { -webkit-box-ordinal-group: 4; order: 3; }
446-
.order-4 { -webkit-box-ordinal-group: 5; order: 4; }
447-
.order-5 { -webkit-box-ordinal-group: 6; order: 5; }
448-
.order-6 { -webkit-box-ordinal-group: 7; order: 6; }
449-
.order-7 { -webkit-box-ordinal-group: 8; order: 7; }
450-
.order-8 { -webkit-box-ordinal-group: 9; order: 8; }
451-
.order-last { -webkit-box-ordinal-group: 100000; order: 99999; }
452-
.flex-grow-0 { -webkit-box-flex: 0; flex-grow: 0; }
453-
.flex-grow-1 { -webkit-box-flex: 1; flex-grow: 1; }
442+
.order-0 { order: 0; }
443+
.order-1 { order: 1; }
444+
.order-2 { order: 2; }
445+
.order-3 { order: 3; }
446+
.order-4 { order: 4; }
447+
.order-5 { order: 5; }
448+
.order-6 { order: 6; }
449+
.order-7 { order: 7; }
450+
.order-8 { order: 8; }
451+
.order-last { order: 99999; }
452+
.flex-grow-0 { flex-grow: 0; }
453+
.flex-grow-1 { flex-grow: 1; }
454454
.flex-shrink-0 { flex-shrink: 0; }
455455
.flex-shrink-1 { flex-shrink: 1; }
456456
.fl { float: left; _display: inline; }
@@ -493,11 +493,11 @@ code, .code { font-family: Consolas, monaco, monospace; }
493493
.debug-grid-16 { background: transparent url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII= ) repeat top left; }
494494
.debug-grid-8-solid { background: white url( data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw== ) repeat top left; }
495495
.debug-grid-16-solid { background: white url( data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7 ) repeat top left; }
496-
.link { text-decoration: none; -webkit-transition: color .15s ease-in; transition: color .15s ease-in; }
497-
.link:link, .link:visited { -webkit-transition: color .15s ease-in; transition: color .15s ease-in; }
498-
.link:hover { -webkit-transition: color .15s ease-in; transition: color .15s ease-in; }
499-
.link:active { -webkit-transition: color .15s ease-in; transition: color .15s ease-in; }
500-
.link:focus { -webkit-transition: color .15s ease-in; transition: color .15s ease-in; outline: 1px dotted currentColor; }
496+
.link { text-decoration: none; transition: color .15s ease-in; }
497+
.link:link, .link:visited { transition: color .15s ease-in; }
498+
.link:hover { transition: color .15s ease-in; }
499+
.link:active { transition: color .15s ease-in; }
500+
.link:focus { transition: color .15s ease-in; outline: 1px dotted currentColor; }
501501
.list { list-style-type: none; }
502502
/*
503503
@@ -644,27 +644,27 @@ img { max-width: 100%; }
644644
.nested-copy-indent p+p { text-indent: 1em; margin-top: 0; margin-bottom: 0; }
645645
.nested-copy-separator p+p { margin-top: 1.5em; }
646646
.nested-img img { width: 100%; max-width: 100%; display: block; }
647-
.nested-links a { color: #357edd; -webkit-transition: color .15s ease-in; transition: color .15s ease-in; }
648-
.nested-links a:hover, .nested-links a:focus { color: #96ccff; -webkit-transition: color .15s ease-in; transition: color .15s ease-in; }
649-
.dim { opacity: 1; -webkit-transition: opacity .15s ease-in; transition: opacity .15s ease-in; }
650-
.dim:hover, .dim:focus { opacity: .5; -webkit-transition: opacity .15s ease-in; transition: opacity .15s ease-in; }
651-
.dim:active { opacity: .8; -webkit-transition: opacity .15s ease-out; transition: opacity .15s ease-out; }
652-
.glow { -webkit-transition: opacity .15s ease-in; transition: opacity .15s ease-in; }
653-
.glow:hover, .glow:focus { opacity: 1; -webkit-transition: opacity .15s ease-in; transition: opacity .15s ease-in; }
654-
.hide-child .child { opacity: 0; -webkit-transition: opacity .15s ease-in; transition: opacity .15s ease-in; }
655-
.hide-child:hover .child, .hide-child:focus .child, .hide-child:active .child { opacity: 1; -webkit-transition: opacity .15s ease-in; transition: opacity .15s ease-in; }
647+
.nested-links a { color: #357edd; transition: color .15s ease-in; }
648+
.nested-links a:hover, .nested-links a:focus { color: #96ccff; transition: color .15s ease-in; }
649+
.dim { opacity: 1; transition: opacity .15s ease-in; }
650+
.dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; }
651+
.dim:active { opacity: .8; transition: opacity .15s ease-out; }
652+
.glow { transition: opacity .15s ease-in; }
653+
.glow:hover, .glow:focus { opacity: 1; transition: opacity .15s ease-in; }
654+
.hide-child .child { opacity: 0; transition: opacity .15s ease-in; }
655+
.hide-child:hover .child, .hide-child:focus .child, .hide-child:active .child { opacity: 1; transition: opacity .15s ease-in; }
656656
.underline-hover:hover, .underline-hover:focus { text-decoration: underline; }
657-
.grow { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ( 0 ); transform: translateZ( 0 ); -webkit-transition: -webkit-transform .25s ease-out; transition: -webkit-transform .25s ease-out; transition: transform .25s ease-out; transition: transform .25s ease-out, -webkit-transform .25s ease-out; }
657+
.grow { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ( 0 ); transform: translateZ( 0 ); transition: -webkit-transform .25s ease-out; transition: transform .25s ease-out; transition: transform .25s ease-out, -webkit-transform .25s ease-out; }
658658
.grow:hover, .grow:focus { -webkit-transform: scale( 1.05 ); transform: scale( 1.05 ); }
659659
.grow:active { -webkit-transform: scale( .90 ); transform: scale( .90 ); }
660-
.grow-large { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ( 0 ); transform: translateZ( 0 ); -webkit-transition: -webkit-transform .25s ease-in-out; transition: -webkit-transform .25s ease-in-out; transition: transform .25s ease-in-out; transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
660+
.grow-large { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ( 0 ); transform: translateZ( 0 ); transition: -webkit-transform .25s ease-in-out; transition: transform .25s ease-in-out; transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
661661
.grow-large:hover, .grow-large:focus { -webkit-transform: scale( 1.2 ); transform: scale( 1.2 ); }
662662
.grow-large:active { -webkit-transform: scale( .95 ); transform: scale( .95 ); }
663663
.pointer:hover { cursor: pointer; }
664-
.shadow-hover { cursor: pointer; position: relative; -webkit-transition: all .5s cubic-bezier( .165, .84, .44, 1 ); transition: all .5s cubic-bezier( .165, .84, .44, 1 ); }
665-
.shadow-hover::after { content: ''; box-shadow: 0 0 16px 2px rgba( 0, 0, 0, .2 ); border-radius: inherit; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; -webkit-transition: opacity .5s cubic-bezier( .165, .84, .44, 1 ); transition: opacity .5s cubic-bezier( .165, .84, .44, 1 ); }
664+
.shadow-hover { cursor: pointer; position: relative; transition: all .5s cubic-bezier( .165, .84, .44, 1 ); }
665+
.shadow-hover::after { content: ''; box-shadow: 0 0 16px 2px rgba( 0, 0, 0, .2 ); border-radius: inherit; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transition: opacity .5s cubic-bezier( .165, .84, .44, 1 ); }
666666
.shadow-hover:hover::after, .shadow-hover:focus::after { opacity: 1; }
667-
.bg-animate, .bg-animate:hover, .bg-animate:focus { -webkit-transition: background-color .15s ease-in-out; transition: background-color .15s ease-in-out; }
667+
.bg-animate, .bg-animate:hover, .bg-animate:focus { transition: background-color .15s ease-in-out; }
668668
/*
669669
670670
OPACITY
@@ -1128,50 +1128,50 @@ img { max-width: 100%; }
11281128
.dt-column-m { display: table-column; }
11291129
.dt-column-group-m { display: table-column-group; }
11301130
.dt--fixed-m { table-layout: fixed; width: 100%; }
1131-
.flex-m { display: -webkit-box; display: flex; }
1132-
.inline-flex-m { display: -webkit-inline-box; display: inline-flex; }
1133-
.flex-auto-m { -webkit-box-flex: 1; flex: 1 1 auto; min-width: 0; min-height: 0; }
1134-
.flex-none-m { -webkit-box-flex: 0; flex: none; }
1135-
.flex-column-m { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
1136-
.flex-row-m { -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }
1131+
.flex-m { display: flex; }
1132+
.inline-flex-m { display: inline-flex; }
1133+
.flex-auto-m { flex: 1 1 auto; min-width: 0; min-height: 0; }
1134+
.flex-none-m { flex: none; }
1135+
.flex-column-m { flex-direction: column; }
1136+
.flex-row-m { flex-direction: row; }
11371137
.flex-wrap-m { flex-wrap: wrap; }
11381138
.flex-nowrap-m { flex-wrap: nowrap; }
11391139
.flex-wrap-reverse-m { flex-wrap: wrap-reverse; }
1140-
.flex-column-reverse-m { -webkit-box-orient: vertical; -webkit-box-direction: reverse; flex-direction: column-reverse; }
1141-
.flex-row-reverse-m { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; }
1142-
.items-start-m { -webkit-box-align: start; align-items: flex-start; }
1143-
.items-end-m { -webkit-box-align: end; align-items: flex-end; }
1144-
.items-center-m { -webkit-box-align: center; align-items: center; }
1145-
.items-baseline-m { -webkit-box-align: baseline; align-items: baseline; }
1146-
.items-stretch-m { -webkit-box-align: stretch; align-items: stretch; }
1140+
.flex-column-reverse-m { flex-direction: column-reverse; }
1141+
.flex-row-reverse-m { flex-direction: row-reverse; }
1142+
.items-start-m { align-items: flex-start; }
1143+
.items-end-m { align-items: flex-end; }
1144+
.items-center-m { align-items: center; }
1145+
.items-baseline-m { align-items: baseline; }
1146+
.items-stretch-m { align-items: stretch; }
11471147
.self-start-m { align-self: flex-start; }
11481148
.self-end-m { align-self: flex-end; }
11491149
.self-center-m { align-self: center; }
11501150
.self-baseline-m { align-self: baseline; }
11511151
.self-stretch-m { align-self: stretch; }
1152-
.justify-start-m { -webkit-box-pack: start; justify-content: flex-start; }
1153-
.justify-end-m { -webkit-box-pack: end; justify-content: flex-end; }
1154-
.justify-center-m { -webkit-box-pack: center; justify-content: center; }
1155-
.justify-between-m { -webkit-box-pack: justify; justify-content: space-between; }
1152+
.justify-start-m { justify-content: flex-start; }
1153+
.justify-end-m { justify-content: flex-end; }
1154+
.justify-center-m { justify-content: center; }
1155+
.justify-between-m { justify-content: space-between; }
11561156
.justify-around-m { justify-content: space-around; }
11571157
.content-start-m { align-content: flex-start; }
11581158
.content-end-m { align-content: flex-end; }
11591159
.content-center-m { align-content: center; }
11601160
.content-between-m { align-content: space-between; }
11611161
.content-around-m { align-content: space-around; }
11621162
.content-stretch-m { align-content: stretch; }
1163-
.order-0-m { -webkit-box-ordinal-group: 1; order: 0; }
1164-
.order-1-m { -webkit-box-ordinal-group: 2; order: 1; }
1165-
.order-2-m { -webkit-box-ordinal-group: 3; order: 2; }
1166-
.order-3-m { -webkit-box-ordinal-group: 4; order: 3; }
1167-
.order-4-m { -webkit-box-ordinal-group: 5; order: 4; }
1168-
.order-5-m { -webkit-box-ordinal-group: 6; order: 5; }
1169-
.order-6-m { -webkit-box-ordinal-group: 7; order: 6; }
1170-
.order-7-m { -webkit-box-ordinal-group: 8; order: 7; }
1171-
.order-8-m { -webkit-box-ordinal-group: 9; order: 8; }
1172-
.order-last-m { -webkit-box-ordinal-group: 100000; order: 99999; }
1173-
.flex-grow-0-m { -webkit-box-flex: 0; flex-grow: 0; }
1174-
.flex-grow-1-m { -webkit-box-flex: 1; flex-grow: 1; }
1163+
.order-0-m { order: 0; }
1164+
.order-1-m { order: 1; }
1165+
.order-2-m { order: 2; }
1166+
.order-3-m { order: 3; }
1167+
.order-4-m { order: 4; }
1168+
.order-5-m { order: 5; }
1169+
.order-6-m { order: 6; }
1170+
.order-7-m { order: 7; }
1171+
.order-8-m { order: 8; }
1172+
.order-last-m { order: 99999; }
1173+
.flex-grow-0-m { flex-grow: 0; }
1174+
.flex-grow-1-m { flex-grow: 1; }
11751175
.flex-shrink-0-m { flex-shrink: 0; }
11761176
.flex-shrink-1-m { flex-shrink: 1; }
11771177
.fl-m { float: left; _display: inline; }
@@ -1550,50 +1550,50 @@ img { max-width: 100%; }
15501550
.dt-column-l { display: table-column; }
15511551
.dt-column-group-l { display: table-column-group; }
15521552
.dt--fixed-l { table-layout: fixed; width: 100%; }
1553-
.flex-l { display: -webkit-box; display: flex; }
1554-
.inline-flex-l { display: -webkit-inline-box; display: inline-flex; }
1555-
.flex-auto-l { -webkit-box-flex: 1; flex: 1 1 auto; min-width: 0; min-height: 0; }
1556-
.flex-none-l { -webkit-box-flex: 0; flex: none; }
1557-
.flex-column-l { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
1558-
.flex-row-l { -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }
1553+
.flex-l { display: flex; }
1554+
.inline-flex-l { display: inline-flex; }
1555+
.flex-auto-l { flex: 1 1 auto; min-width: 0; min-height: 0; }
1556+
.flex-none-l { flex: none; }
1557+
.flex-column-l { flex-direction: column; }
1558+
.flex-row-l { flex-direction: row; }
15591559
.flex-wrap-l { flex-wrap: wrap; }
15601560
.flex-nowrap-l { flex-wrap: nowrap; }
15611561
.flex-wrap-reverse-l { flex-wrap: wrap-reverse; }
1562-
.flex-column-reverse-l { -webkit-box-orient: vertical; -webkit-box-direction: reverse; flex-direction: column-reverse; }
1563-
.flex-row-reverse-l { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; }
1564-
.items-start-l { -webkit-box-align: start; align-items: flex-start; }
1565-
.items-end-l { -webkit-box-align: end; align-items: flex-end; }
1566-
.items-center-l { -webkit-box-align: center; align-items: center; }
1567-
.items-baseline-l { -webkit-box-align: baseline; align-items: baseline; }
1568-
.items-stretch-l { -webkit-box-align: stretch; align-items: stretch; }
1562+
.flex-column-reverse-l { flex-direction: column-reverse; }
1563+
.flex-row-reverse-l { flex-direction: row-reverse; }
1564+
.items-start-l { align-items: flex-start; }
1565+
.items-end-l { align-items: flex-end; }
1566+
.items-center-l { align-items: center; }
1567+
.items-baseline-l { align-items: baseline; }
1568+
.items-stretch-l { align-items: stretch; }
15691569
.self-start-l { align-self: flex-start; }
15701570
.self-end-l { align-self: flex-end; }
15711571
.self-center-l { align-self: center; }
15721572
.self-baseline-l { align-self: baseline; }
15731573
.self-stretch-l { align-self: stretch; }
1574-
.justify-start-l { -webkit-box-pack: start; justify-content: flex-start; }
1575-
.justify-end-l { -webkit-box-pack: end; justify-content: flex-end; }
1576-
.justify-center-l { -webkit-box-pack: center; justify-content: center; }
1577-
.justify-between-l { -webkit-box-pack: justify; justify-content: space-between; }
1574+
.justify-start-l { justify-content: flex-start; }
1575+
.justify-end-l { justify-content: flex-end; }
1576+
.justify-center-l { justify-content: center; }
1577+
.justify-between-l { justify-content: space-between; }
15781578
.justify-around-l { justify-content: space-around; }
15791579
.content-start-l { align-content: flex-start; }
15801580
.content-end-l { align-content: flex-end; }
15811581
.content-center-l { align-content: center; }
15821582
.content-between-l { align-content: space-between; }
15831583
.content-around-l { align-content: space-around; }
15841584
.content-stretch-l { align-content: stretch; }
1585-
.order-0-l { -webkit-box-ordinal-group: 1; order: 0; }
1586-
.order-1-l { -webkit-box-ordinal-group: 2; order: 1; }
1587-
.order-2-l { -webkit-box-ordinal-group: 3; order: 2; }
1588-
.order-3-l { -webkit-box-ordinal-group: 4; order: 3; }
1589-
.order-4-l { -webkit-box-ordinal-group: 5; order: 4; }
1590-
.order-5-l { -webkit-box-ordinal-group: 6; order: 5; }
1591-
.order-6-l { -webkit-box-ordinal-group: 7; order: 6; }
1592-
.order-7-l { -webkit-box-ordinal-group: 8; order: 7; }
1593-
.order-8-l { -webkit-box-ordinal-group: 9; order: 8; }
1594-
.order-last-l { -webkit-box-ordinal-group: 100000; order: 99999; }
1595-
.flex-grow-0-l { -webkit-box-flex: 0; flex-grow: 0; }
1596-
.flex-grow-1-l { -webkit-box-flex: 1; flex-grow: 1; }
1585+
.order-0-l { order: 0; }
1586+
.order-1-l { order: 1; }
1587+
.order-2-l { order: 2; }
1588+
.order-3-l { order: 3; }
1589+
.order-4-l { order: 4; }
1590+
.order-5-l { order: 5; }
1591+
.order-6-l { order: 6; }
1592+
.order-7-l { order: 7; }
1593+
.order-8-l { order: 8; }
1594+
.order-last-l { order: 99999; }
1595+
.flex-grow-0-l { flex-grow: 0; }
1596+
.flex-grow-1-l { flex-grow: 1; }
15971597
.flex-shrink-0-l { flex-shrink: 0; }
15981598
.flex-shrink-1-l { flex-shrink: 1; }
15991599
.fl-l { float: left; _display: inline; }

0 commit comments

Comments
 (0)