summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/app/shared/_ie.scss
blob: afbe7e4fc48eaf98d3f54377d9cabb1812ccbaf4 (plain)
1
2
3
4
5
6
7
// Internet Explorer Hate File.
// ----------------------------------------
// Here you'll find all css which it's focused at a specific browser.
@if in-compatibility-mode() {
  .ie7 {}
  .ie8 {}
}