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

Are non -webkit- prefixes in @mixin ha necessary? #32

Open
mknadler opened this issue Jan 29, 2015 · 3 comments
Open

Are non -webkit- prefixes in @mixin ha necessary? #32

mknadler opened this issue Jan 29, 2015 · 3 comments

Comments

@mknadler
Copy link
Contributor

@mixin ha {
    @include prefix(transform, translate3d(0, 0, 0), 'webkit' 'ms');
}

My understanding was that this trick was a webkit-specific thing. If I'm right about that, I figure this could just output -webkit-transform: translate3d(0, 0, 0).

@gillesbertaux
Copy link
Owner

Hm I think it was meant for older browsers. But I might be wrong about this, cc @hugogiraudel ?

@KittyGiraudel
Copy link
Contributor

I think we can stick to webkit-specific yep. Also, we might want to have something to do with will-change. Perhaps add a warning asking the user to use will-change rather than the transform hack?

@gillesbertaux
Copy link
Owner

I did not know the will-change property, we should definitely have both yes.

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