Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when i code some style rules to keep my page compatible for different browsers, parse result is not what i want #46

Closed
maisui99 opened this issue Dec 17, 2012 · 2 comments

Comments

@maisui99
Copy link

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));
@ralyodio
Copy link

I'm having this problem too....only one rule is preserved, all vendor prefixes are stripped.

@domenic
Copy link
Collaborator

domenic commented Nov 9, 2013

Dupe of #16.

@domenic domenic closed this as completed Nov 9, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants