Created by: DaBs
Writing @media (max-width: something) will break in IE9, as the media type is not defined. This is easily fixed by simply rewriting all media queries with e.g. @media all and (max-width: something).
Created by: DaBs
Writing @media (max-width: something) will break in IE9, as the media type is not defined. This is easily fixed by simply rewriting all media queries with e.g. @media all and (max-width: something).