this repo has no description
at master 257 B view raw
1:root { 2 // *NOTE*: 3 // ------------------------------------------------ 4 //Keep the same as the values in variables.scss!!!!! 5 --phoneWidth: (max-width: 684px); 6 --tabletWidth: (max-width: 900px); 7} 8 9$phone-max-width: 683px; 10$tablet-max-width: 899px;