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

Missing -webkit prefixes #59

Closed
alexlafroscia opened this issue Mar 6, 2015 · 5 comments
Closed

Missing -webkit prefixes #59

alexlafroscia opened this issue Mar 6, 2015 · 5 comments

Comments

@alexlafroscia
Copy link
Contributor

I've noticed a bunch of issues that appear only on Webkit browsers because ember-paper seems to largely be missing any -webkit prefixes on its CSS selectors. Maybe something like broccoli-autoprefixer can be added so that it'll add the prefixes automatically?

@miguelcobain
Copy link
Owner

broccoli-autoprefixer is already included. Check index.js. You shouldn't be having this problem.

@alexlafroscia
Copy link
Contributor Author

Really? Because I constantly have problems in Chrome with things not working right due to a lack of the webkit prefix.

@miguelcobain
Copy link
Owner

Please check on master. I wasn't passing the correct options to autoprefixer.

@alexlafroscia
Copy link
Contributor Author

Cool, I"ll check this out tomorrow and take a look at some of the other things I made issues for since I should have a good chunk of down time 😄

@alexlafroscia
Copy link
Contributor Author

Yeah, this seems to be good now. If I ran a search for -webkit previously on dummy.css in the browser, it would turn up around 4 or 5 items. Now it's turning up 400+. I think the changes you made took care of it 👍

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

2 participants