File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616// min small viewport takes up 8 out of 12 columns
1717// min medium viewport takes up 10 columns
1818// if undefined element defaults to 100% width
19- .make-columns (xs, 0 , 12 );
19+ .make-columns (xs, 0 , 12 ); // deprecated: backward compatibility only
2020.make-columns (sm, @device-width-small , 12 );
2121.make-columns (md, @device-width-medium , 12 );
2222.make-columns (lg, @device-width-large , 12 );
23- .make-columns (xl, @max-page- width , 12 );
23+ .make-columns (xl, @device- width-xlarge , 12 );
Original file line number Diff line number Diff line change 11{
22 "name" : " adapt-contrib-vanilla" ,
33 "version" : " 9.6.11" ,
4- "framework" : " >=5.24.2 " ,
4+ "framework" : " >=5.31.3 " ,
55 "homepage" : " https://github.com/adaptlearning/adapt-contrib-vanilla" ,
66 "bugs" : " https://github.com/adaptlearning/adapt-contrib-vanilla/issues" ,
77 "theme" : " vanilla" ,
You can’t perform that action at this time.
0 commit comments