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
i code just like below, it seems that after i use CSSOM.parse, there is only "background: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#f4f7f9));" left.
in fact, i want to get these styles all. :)
background: -webkit-linear-gradient(top, #feffff, #f4f7f9);
background: -moz-linear-gradient(top, #feffff, #f4f7f9);
background: -o-linear-gradient(top, #feffff, #f4f7f9);
background: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#f4f7f9));
The text was updated successfully, but these errors were encountered:
i code just like below, it seems that after i use CSSOM.parse, there is only "background: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#f4f7f9));" left.
in fact, i want to get these styles all. :)
The text was updated successfully, but these errors were encountered: