Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    I wanted the transition between the mobile size and desktop size to happen gradually, then I used a lot of calc(), vw, vh and %. If there is an easier way, please tell me.

  • Submitted


    Is there something wrong with this mixin:

    @mixin responsive($property, $size) {
       @media ($property: $size) {
          @content
       }
    }
    

    It worked as expected, but VsCode refuses to put the variable color on the $property in the second line, and github also let it unpainted.