You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Let's use autoprefixer for supporting older browsers. Since we are dependent on grunt, we could take advantage of grunt-postcss. In our current project we have our task setup as the following:
Some projects take responsibility in adding this as a bonus. Others do not. This decision is up to the project maintainer in deciding if it should be the projects responsibility in including this. To many, the above packages are default in css prefixing. In addition, postcss projects are heavily maintained by many contributors. As a front-end theme/package, you care about compatibility with as many browsers as possible. Or you may feel that such details should be left to the responsibility of the person that digests it.
Idea
Let's use autoprefixer for supporting older browsers. Since we are dependent on grunt, we could take advantage of grunt-postcss. In our current project we have our task setup as the following:
Discussion
Some projects take responsibility in adding this as a bonus. Others do not. This decision is up to the project maintainer in deciding if it should be the projects responsibility in including this. To many, the above packages are default in css prefixing. In addition, postcss projects are heavily maintained by many contributors. As a front-end theme/package, you care about compatibility with as many browsers as possible. Or you may feel that such details should be left to the responsibility of the person that digests it.
From my perspective, I think it is something that should be added. But other developers feel different:
ConnorAtherton/loaders.css#18 (comment)
The text was updated successfully, but these errors were encountered: