L
L
Larisa2017-04-11 18:20:07
Sass
Larisa, 2017-04-11 18:20:07

How to properly include mixin inside @media query?

What is available

main.scss
     @import "width";
     
     @include width(name); // в этом месте работает

     @media (min-width: 1200px) {    
          @include width(name); // в этом месте НЕ работает
      }

What is the correct way to record the mixin call inside @ media ?
Thanks to all)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question