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 CSS AutoPrefixer #5148

Merged
merged 2 commits into from
Aug 27, 2018
Merged

Conversation

AntonSermyazhko
Copy link
Contributor

No description provided.

lukyanovas
lukyanovas previously approved these changes Aug 22, 2018
Copy link
Contributor

@lukyanovas lukyanovas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AlekseyMartynov
Copy link
Contributor

Now when we have autoprefixer, should we clean manually coded prefixes?

-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);

@AntonSermyazhko
Copy link
Contributor Author

Yes, we should. Adding prefixes is an autoprefixer job.

lukyanovas
lukyanovas previously approved these changes Aug 24, 2018
@AlekseyMartynov
Copy link
Contributor

@lukyanovas wait wait, it will get even better!

package.json Outdated
@@ -104,5 +105,11 @@
"dev": "gulp dev",
"test-env": "node testing/launch"
},
"browserslist": [
"last 2 versions",
"ios > 7",
Copy link
Contributor

@DokaRus DokaRus Aug 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not ios > 8? 8.x => ~0.45%
https://data.apteligent.com/ios/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have seen the separate file browserslist in some projects. Is it possible to extract such file here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As for me, not a problem to increase the version of iOS to 9+.
Think that a separate file will be superfluous.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nightskylark
package.json is easier to read.
.browserslistrc has comments, etc, and it's not supported automatically by the plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants