this repo has no description
1@import 'variables'; 2@import 'buttons'; 3@import 'header'; 4@import 'logo'; 5@import 'main'; 6@import 'post'; 7@import 'pagination'; 8@import 'footer'; 9@import 'rings'; 10 11:root { 12 --phoneWidth: (max-width: #{$phone-max-width + 1px}); 13 --tabletWidth: (max-width: #{$tablet-max-width + 1px}); 14}