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

Add browser prefixes to CSS3 rules #329

Closed
akinnee opened this issue Feb 12, 2015 · 1 comment
Closed

Add browser prefixes to CSS3 rules #329

akinnee opened this issue Feb 12, 2015 · 1 comment
Labels
docs Improvements or additions to the documentation

Comments

@akinnee
Copy link

akinnee commented Feb 12, 2015

Many of the state changes do not appear on iOS because you don't have the webkit prefixes. Example: Focusing on an input does not float the label on iOS event though the mui-is-focused class is added.

@hai-cea
Copy link
Member

hai-cea commented Feb 13, 2015

We actually removed vendor prefixes in v0.5.0 in favor of an autoprefixer. See the notes here:
https://github.com/callemall/material-ui/releases/tag/v0.5.0

Currently, we're using gulp-autoprefixer - https://github.com/sindresorhus/gulp-autoprefixer

Here's how we're doing it:
https://github.com/callemall/material-ui/blob/master/docs/gulp/tasks/less.js#L13

Looks like this is something we need to document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

No branches or pull requests

4 participants