Skip to content

Commit

Permalink
Remove older firefox detection as Edge gets identified too
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schmidt committed Mar 2, 2018
1 parent bbef75d commit 1c42803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ body:before {
pointer-events: none;
}

/** Detect firefox older than quantum and browser without css grid support */
@supports (not (animation: calc(0s))) or (not (display: grid)) {
/** Detect browser without css grid support */
@supports (not (display: grid)) {
body:before {
display: block;
}
Expand Down

0 comments on commit 1c42803

Please sign in to comment.