Home › Forums › CSS › SCSS: using @extend in media queries › Re: SCSS: using @extend in media queries
October 15, 2012 at 4:34 am
#111853
Member
Thanks Senff, those were some nice links.
I also noticed that I got the following errror:
@extending an outer selector from within @media is deprecated. You may only @extend selectors within the same directive. This will be an error in Sass 3.3. It can only work once @extend is supported natively in the browser.
So I guess the conclusion is that it is simply not possible.