File tree Expand file tree Collapse file tree
_sass/minimal-mistakes-plus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 177177 -webkit-box-align : center ;
178178 -ms-flex-align : center ;
179179 align-items : center ;
180- min-height : $nav-height ;
180+ min-block-size : $nav-height ;
181181 background : $background-color ;
182182
183183 a {
297297 inset-inline-end : 10px ;
298298 inline-size : 0 ;
299299 border-style : solid ;
300- border-block-start-width : 0 ;
301- border-inline-end-width : 10px ;
302- border-block-end-width : 10px ;
303- border-inline-start-width : 0 ;
300+ border-inline-width : 10px ;
301+ border-block-width : 0 10px ;
304302 border-color : $border-color transparent ;
305303 display : block ;
306304 z-index : 0 ;
313311 inset-inline-end : 10px ;
314312 inline-size : 0 ;
315313 border-style : solid ;
316- border-block-start-width : 0 ;
317- border-inline-end-width : 10px ;
318- border-block-end-width : 10px ;
319- border-inline-start-width : 0 ;
314+ border-inline-width : 10px ;
315+ border-block-width : 0 10px ;
320316 border-color : $background-color transparent ;
321317 display : block ;
322318 z-index : 1 ;
Original file line number Diff line number Diff line change 271271 inset-inline-start : calc (50% - 10px );
272272 inline-size : 0 ;
273273 border-style : solid ;
274- border-width : 0 10px 10px ;
274+ border-inline-width : 10px ;
275+ border-block-width : 0 10px ;
275276 border-color : $border-color transparent ;
276277 z-index : 0 ;
277278
288289 inset-inline-start : calc (50% - 10px );
289290 inline-size : 0 ;
290291 border-style : solid ;
291- border-width : 0 10px 10px ;
292+ border-inline-width : 10px ;
293+ border-block-width : 0 10px ;
292294 border-color : $background-color transparent ;
293295 z-index : 1 ;
294296
Original file line number Diff line number Diff line change 55table {
66 display : block ;
77 margin-block-end : 1em ;
8- width : 100% ;
8+ inline-size : 100% ;
99 font-family : $global-font-family ;
1010 font-size : $type-size-6 ;
1111 border-collapse : collapse ;
You can’t perform that action at this time.
0 commit comments