@@ -35,7 +35,7 @@ figure { margin: 1em 40px; }
35
35
hr { box - sizing : content - box ; height : 0 ; overflow : visible ; }
36
36
pre { font - family : monospace , monospace ; font - size : 1em ; }
37
37
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 ; }
39
39
b, strong { font - weight : inherit ; }
40
40
b, strong { font - weight : bolder ; }
41
41
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
407
407
.dt-column { display : table - column ; }
408
408
.dt-column-group { display : table - column - group ; }
409
409
.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 ; }
416
416
.flex-wrap { flex - wrap : wrap ; }
417
417
.flex-nowrap { flex - wrap : nowrap ; }
418
418
.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 ; }
426
426
.self-start { align - self : flex - start ; }
427
427
.self-end { align - self : flex - end ; }
428
428
.self-center { align - self : center ; }
429
429
.self-baseline { align - self : baseline ; }
430
430
.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 ; }
435
435
.justify-around { justify - content : space - around ; }
436
436
.content-start { align - content : flex - start ; }
437
437
.content-end { align - content : flex - end ; }
438
438
.content-center { align - content : center ; }
439
439
.content-between { align - content : space - between ; }
440
440
.content-around { align - content : space - around ; }
441
441
.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 ; }
454
454
.flex-shrink-0 { flex - shrink : 0 ; }
455
455
.flex-shrink-1 { flex - shrink : 1 ; }
456
456
.fl { float : left ; _display : inline ; }
@@ -493,11 +493,11 @@ code, .code { font-family: Consolas, monaco, monospace; }
493
493
.debug-grid-16 { background : transparent url ( data :image / png ;base64 ,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8 / 9hAAAAMklEQVR4AWOgCLz / b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD + 8sEuo8AAAAASUVORK5CYII = ) repeat top left ; }
494
494
.debug-grid-8-solid { background : white url ( data :image / gif ;base64 ,R0lGODdhCAAIAPEAAADw / wDx // ///wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw== ) repeat top left; }
495
495
.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 .15 s ease - in ; transition : color .15s ease - in ; }
497
- .link :link , .link :visited { -webkit-transition: color .15 s ease - in ; transition : color .15s ease - in ; }
498
- .link :hover { -webkit-transition: color .15 s ease - in ; transition : color .15s ease - in ; }
499
- .link :active { -webkit-transition: color .15 s ease - in ; transition : color .15s ease - in ; }
500
- .link :focus { -webkit-transition: color .15 s 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 ; }
501
501
.list { list-style-type: none ; }
502
502
/*
503
503
@@ -644,27 +644,27 @@ img { max-width: 100%; }
644
644
.nested - copy - indent p + p { text-indent: 1em ; margin - top : 0 ; margin - bottom : 0 ; }
645
645
.nested - copy - separator p + p { margin-top: 1.5em ; }
646
646
.nested - img img { width: 100 % ; max - width : 100 % ; display : block ; }
647
- .nested - links a { color: #357edd ; - webkit - transition : color .15 s ease - in ; transition : color .15s ease - in ; }
648
- .nested - links a :hover , .nested - links a :focus { color: #96ccff ; - webkit - transition : color .15 s ease - in ; transition : color .15s ease - in ; }
649
- .dim { opacity: 1 ; - webkit - transition : opacity .15 s ease - in ; transition : opacity .15s ease - in ; }
650
- .dim :hover , .dim :focus { opacity: .5 ; - webkit - transition : opacity .15 s ease - in ; transition : opacity .15s ease - in ; }
651
- .dim :active { opacity: .8 ; - webkit - transition : opacity .15 s ease - out ; transition : opacity .15s ease - out ; }
652
- .glow { -webkit-transition: opacity .15 s ease - in ; transition : opacity .15s ease - in ; }
653
- .glow :hover , .glow :focus { opacity: 1 ; - webkit - transition : opacity .15 s ease - in ; transition : opacity .15s ease - in ; }
654
- .hide - child .child { opacity: 0 ; - webkit - transition : opacity .15 s 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 .15 s 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 ; }
656
656
.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 .25 s 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; }
658
658
.grow :hover , .grow :focus { -webkit-transform: scale ( 1.05 ); transform : scale ( 1.05 ); }
659
659
.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 .25 s 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; }
661
661
.grow - large :hover , .grow - large :focus { -webkit-transform: scale ( 1.2 ); transform : scale ( 1.2 ); }
662
662
.grow - large :active { -webkit-transform: scale ( .95 ); transform : scale ( .95 ); }
663
663
.pointer :hover { cursor: pointer ; }
664
- .shadow - hover { cursor: pointer ; position : relative ; - webkit - transition : all .5 s 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 .5 s 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 ); }
666
666
.shadow - hover :hover ::after , .shadow - hover :focus ::after { opacity: 1 ; }
667
- .bg - animate , .bg - animate :hover , .bg - animate :focus { -webkit-transition: background - color .15 s 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 ; }
668
668
/*
669
669
670
670
OPACITY
@@ -1128,50 +1128,50 @@ img { max-width: 100%; }
1128
1128
.dt - column - m { display: table - column ; }
1129
1129
.dt - column - group - m { display: table - column - group ; }
1130
1130
.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 ; }
1137
1137
.flex - wrap - m { flex-wrap: wrap ; }
1138
1138
.flex - nowrap - m { flex-wrap: nowrap ; }
1139
1139
.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 ; }
1147
1147
.self - start - m { align-self: flex - start ; }
1148
1148
.self - end - m { align-self: flex - end ; }
1149
1149
.self - center - m { align-self: center ; }
1150
1150
.self - baseline - m { align-self: baseline ; }
1151
1151
.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 ; }
1156
1156
.justify - around - m { justify-content: space - around ; }
1157
1157
.content - start - m { align-content: flex - start ; }
1158
1158
.content - end - m { align-content: flex - end ; }
1159
1159
.content - center - m { align-content: center ; }
1160
1160
.content - between - m { align-content: space - between ; }
1161
1161
.content - around - m { align-content: space - around ; }
1162
1162
.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 ; }
1175
1175
.flex - shrink - 0 - m { flex-shrink: 0 ; }
1176
1176
.flex - shrink - 1 - m { flex-shrink: 1 ; }
1177
1177
.fl - m { float: left ; _display : inline ; }
@@ -1550,50 +1550,50 @@ img { max-width: 100%; }
1550
1550
.dt - column - l { display: table - column ; }
1551
1551
.dt - column - group - l { display: table - column - group ; }
1552
1552
.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 ; }
1559
1559
.flex - wrap - l { flex-wrap: wrap ; }
1560
1560
.flex - nowrap - l { flex-wrap: nowrap ; }
1561
1561
.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 ; }
1569
1569
.self - start - l { align-self: flex - start ; }
1570
1570
.self - end - l { align-self: flex - end ; }
1571
1571
.self - center - l { align-self: center ; }
1572
1572
.self - baseline - l { align-self: baseline ; }
1573
1573
.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 ; }
1578
1578
.justify - around - l { justify-content: space - around ; }
1579
1579
.content - start - l { align-content: flex - start ; }
1580
1580
.content - end - l { align-content: flex - end ; }
1581
1581
.content - center - l { align-content: center ; }
1582
1582
.content - between - l { align-content: space - between ; }
1583
1583
.content - around - l { align-content: space - around ; }
1584
1584
.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 ; }
1597
1597
.flex - shrink - 0 - l { flex-shrink: 0 ; }
1598
1598
.flex - shrink - 1 - l { flex-shrink: 1 ; }
1599
1599
.fl - l { float: left ; _display : inline ; }
0 commit comments