File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 0.6.1 - 2016-03-09
2+
3+ - fixed ` % ` missed
4+
15# 0.6.0 - 2015-12-03
26
37- added ` *of7 ` , ` *of9 ` , ` *of11 ` size
Original file line number Diff line number Diff line change 6666}
6767
6868.r-all--4of11 {
69- width : calc (100 * 4 / 11 );
69+ width : calc (100% * 4 / 11 );
7070}
7171
7272.r-all--3of8 {
104104}
105105
106106.r-all--6of11 {
107- width : calc (100 * 6 / 11 );
107+ width : calc (100% * 6 / 11 );
108108}
109109
110110.r-all--5of9 {
Original file line number Diff line number Diff line change 6868 }
6969
7070 .r-maxL--4of11 {
71- width : calc (100 * 4 / 11 );
71+ width : calc (100% * 4 / 11 );
7272 }
7373
7474 .r-maxL--3of8 {
106106 }
107107
108108 .r-maxL--6of11 {
109- width : calc (100 * 6 / 11 );
109+ width : calc (100% * 6 / 11 );
110110 }
111111
112112 .r-maxL--5of9 {
Original file line number Diff line number Diff line change 6868 }
6969
7070 .r-maxM--4of11 {
71- width : calc (100 * 4 / 11 );
71+ width : calc (100% * 4 / 11 );
7272 }
7373
7474 .r-maxM--3of8 {
106106 }
107107
108108 .r-maxM--6of11 {
109- width : calc (100 * 6 / 11 );
109+ width : calc (100% * 6 / 11 );
110110 }
111111
112112 .r-maxM--5of9 {
Original file line number Diff line number Diff line change 6868 }
6969
7070 .r-maxS--4of11 {
71- width : calc (100 * 4 / 11 );
71+ width : calc (100% * 4 / 11 );
7272 }
7373
7474 .r-maxS--3of8 {
106106 }
107107
108108 .r-maxS--6of11 {
109- width : calc (100 * 6 / 11 );
109+ width : calc (100% * 6 / 11 );
110110 }
111111
112112 .r-maxS--5of9 {
Original file line number Diff line number Diff line change 6868 }
6969
7070 .r-maxXL--4of11 {
71- width : calc (100 * 4 / 11 );
71+ width : calc (100% * 4 / 11 );
7272 }
7373
7474 .r-maxXL--3of8 {
106106 }
107107
108108 .r-maxXL--6of11 {
109- width : calc (100 * 6 / 11 );
109+ width : calc (100% * 6 / 11 );
110110 }
111111
112112 .r-maxXL--5of9 {
Original file line number Diff line number Diff line change 6868 }
6969
7070 .r-minL--4of11 {
71- width : calc (100 * 4 / 11 );
71+ width : calc (100% * 4 / 11 );
7272 }
7373
7474 .r-minL--3of8 {
106106 }
107107
108108 .r-minL--6of11 {
109- width : calc (100 * 6 / 11 );
109+ width : calc (100% * 6 / 11 );
110110 }
111111
112112 .r-minL--5of9 {
Original file line number Diff line number Diff line change 6868 }
6969
7070 .r-minM--4of11 {
71- width : calc (100 * 4 / 11 );
71+ width : calc (100% * 4 / 11 );
7272 }
7373
7474 .r-minM--3of8 {
106106 }
107107
108108 .r-minM--6of11 {
109- width : calc (100 * 6 / 11 );
109+ width : calc (100% * 6 / 11 );
110110 }
111111
112112 .r-minM--5of9 {
Original file line number Diff line number Diff line change 6868 }
6969
7070 .r-minS--4of11 {
71- width : calc (100 * 4 / 11 );
71+ width : calc (100% * 4 / 11 );
7272 }
7373
7474 .r-minS--3of8 {
106106 }
107107
108108 .r-minS--6of11 {
109- width : calc (100 * 6 / 11 );
109+ width : calc (100% * 6 / 11 );
110110 }
111111
112112 .r-minS--5of9 {
Original file line number Diff line number Diff line change 6868 }
6969
7070 .r-minXL--4of11 {
71- width : calc (100 * 4 / 11 );
71+ width : calc (100% * 4 / 11 );
7272 }
7373
7474 .r-minXL--3of8 {
106106 }
107107
108108 .r-minXL--6of11 {
109- width : calc (100 * 6 / 11 );
109+ width : calc (100% * 6 / 11 );
110110 }
111111
112112 .r-minXL--5of9 {
You can’t perform that action at this time.
0 commit comments