Paul Couture
c4398c641e
Prepping for launch. Reviewed-on: #1 Co-authored-by: Paul Couture <paul@paulcouture.com> Co-committed-by: Paul Couture <paul@paulcouture.com>
14 lines
247 B
SCSS
14 lines
247 B
SCSS
// 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) {}
|