-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs: update build section to include autoprefixer link. #46176
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
Conversation
Added online version of Autoprefixer. So users can instantly use it without installing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this.
Can you please update the commit message as per guidelines? Thanks.
Isn’t this already follow all guidelines. None of these are official but I recommend this one (https://goonlinetools.com/autoprefixer/) because it highlights css code error and both works on latest autoprefixer and postcss. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message should have docs: as type example.
docs: update build section to include autoprefixer link.
Thinking a bit more, I think it would be better to actually link to the autoprefixer docs (https://github.com/postcss/autoprefixer) which do include a link to a REPL. I think in this case users would expect that the link points tool docs based on the context of the paragraph. I'd expect a link to a REPL, if the wording mentions this.
Official docs is already linked from above angular doc. So it doesn’t make sense |
|
As Alan said above, it's probably OK just to link to the official docs, rather than a third party online service directly. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |


Added online version of Autoprefixer. So users can instantly use it without installing it.