File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 * ========================================================================== */
33
44/**
5- * Add border box sizing in all browsers (opinionated).
5+ * 1. Add border box sizing in all browsers (opinionated).
6+ * 2. Backgrounds do not repeat by default (opinionated).
67 */
78
89* ,
910::before ,
1011::after {
11- box-sizing : border-box;
12+ box-sizing : border-box; /* 1 */
13+ background-repeat : no-repeat; /* 2 */
1214}
1315
1416/**
Original file line number Diff line number Diff line change 22 * ========================================================================== */
33
44/**
5- * Add border box sizing in all browsers (opinionated).
5+ * 1. Add border box sizing in all browsers (opinionated).
6+ * 2. Backgrounds do not repeat by default (opinionated).
67 */
78
89* ,
910::before ,
1011::after {
11- box-sizing : border-box;
12+ box-sizing : border-box; /* 1 */
13+ background-repeat : no-repeat; /* 2 */
1214}
1315
1416/**
You can’t perform that action at this time.
0 commit comments