File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 * ========================================================================== */
4848
4949/**
50- * 1. Fill the viewport block in all browsers (opinionated).
51- * 2. Remove the margin in all browsers (opinionated).
50+ * Remove the margin in all browsers (opinionated).
5251 */
5352
54- : where (body ) {
55- block-size : -moz-available; /* 1 */
56- block-size : -webkit-fill-available; /* 1 */
57- block-size : stretch; /* 1 */
58- margin : 0 ; /* 2 */
53+ : where (body ) {
54+ margin : 0 ;
5955}
6056
6157/**
Original file line number Diff line number Diff line change 4747 * ========================================================================== */
4848
4949/**
50- * 1. Fill the viewport block in all browsers (opinionated).
51- * 2. Remove the margin in all browsers (opinionated).
50+ * Remove the margin in all browsers (opinionated).
5251 */
5352
5453: where (body ) {
55- block-size : -moz-available; /* 1 */
56- block-size : -webkit-fill-available; /* 1 */
57- block-size : stretch; /* 1 */
58- margin : 0 ; /* 2 */
54+ margin : 0 ;
5955}
6056
6157/**
You can’t perform that action at this time.
0 commit comments