Skip to content

Instantly share code, notes, and snippets.

View anotheremily's full-sized avatar

emily anotheremily

  • Las Vegas, Nevada USA
View GitHub Profile
@nathansmith
nathansmith / #1 example.css
Last active August 29, 2015 14:04
JS to detect non-IE browsers. IE10 & IE11 throw false positives about "preserve 3D" CSS transforms.
.not-IE .foobar {
/*
3D CSS transforms here.
*/
}