You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.mdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ This pattern is often used to give browsers that don’t understand linear gradi
48
48
In CSSOM, `background: gray`[gets overwritten](http://nv.github.io/CSSOM/docs/parse.html#css=div%20%7B%0A%20%20%20%20%20%20background%3A%20gray%3B%0A%20%20%20%20background%3A%20linear-gradient(to%20bottom%2C%20white%200%25%2C%20black%20100%25)%3B%0A%7D).
49
49
It does **NOT** get preserved.
50
50
51
-
If you do CSS mungling, minification, or image inlining, considere using one of the following:
51
+
If you do CSS mungling, minification, or image inlining, consider using one of the following:
0 commit comments