podcastartgenerator/site/resources/scss/defaults/_browserhacks.scss

14 lines
247 B
SCSS
Raw Normal View History

// Browser Hacks
/* -- Chrome hacks -- */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {}
/* -- Firefox hacks -- */
@-moz-document url-prefix() {
}
/* -- IE hacks -- */
@media screen and (min-width:0\0) {}