Skip to content

Commit

Permalink
Update support-for.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed May 1, 2016
1 parent 1a06d31 commit 9fb6dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/_support-for.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ $support-for: (
'*': -4,
) !default;

// Set the current version number for all browsers. As of: 2016-04-23
// Set the current version number for all browsers. As of: 2016-04-30
$support-for-current-browser-version: (
chrome: 50, // https://en.wikipedia.org/wiki/Google_Chrome_release_history
edge: 25, // https://en.wikipedia.org/wiki/Microsoft_Edge
firefox: 45, // https://en.wikipedia.org/wiki/Firefox_release_history
firefox: 46, // https://en.wikipedia.org/wiki/Firefox_release_history
ie: 11, // https://en.wikipedia.org/wiki/Internet_Explorer_versions
opera: 36, // https://en.wikipedia.org/wiki/Opera_(web_browser)
safari: 9, // https://en.wikipedia.org/wiki/Safari_version_history
Expand Down

0 comments on commit 9fb6dbb

Please sign in to comment.