Hi,
Is it allowed to include stylesheet classes inside @media and use them from Apply CSS Class Dropdown?
For example:
@media screen { .test1 { background: red; } .test2 { background: blue; }} .test3 { background: green; } .test4 { background: yellow; }
Why are there two different behaviors in Internet Explorer and Chrome/FireFox? Is it a bug?
Result in Internet Explorer:
Apply CSS Class dropdown list has test1, test2, test3, test4 items.
Result in FireFox and Chrome:
Apply CSS Class dropdown list has only test3, test4 items.
