Skip to content

Commit

Permalink
Merge pull request h5bp#56 from aharris/patch-1
Browse files Browse the repository at this point in the history
Typo unncessary = unnecessary
  • Loading branch information
beverloo committed Jan 23, 2012
2 parents 1a5bdf9 + 6501707 commit 498b04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/box-shadow.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ polyfillurls:

`box-shadow` is safe to use most of the time, except when you are applying it on a large area as that may cause significant performance impact when interacting with the page (on scroll and hovers, but also transitions and animations).

Polyfills are unncessary for box-shadow. They are too costly and slow down pageload. Users without a modern browser will not see a shadow, but aren't checking your site in multiple browsers anyhow.
Polyfills are unnecessary for box-shadow. They are too costly and slow down pageload. Users without a modern browser will not see a shadow, but aren't checking your site in multiple browsers anyhow.

0 comments on commit 498b04c

Please sign in to comment.