nDmitry / grunt-autoprefixer

Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.
MIT License
795 stars 60 forks source link

Fix "multiple_files" example in README. #110

Closed robertwbradford closed 9 years ago

robertwbradford commented 9 years ago

Fix for Issue #109

Tickthokk commented 9 years ago

:+1: Please merge, this fixed my installation! Thanks @robertwbradford

nDmitry commented 9 years ago

No need to teach people Grunt syntax in this readme anyway =) So I just removed the whole section. grunt-autoprefixer is also now deprecated in favour of grunt-postcss.

stevemao commented 9 years ago

@nDmitry any reason to deprecate this? This can internally use postcss and it's quite handy when people only use autoprefixer without other plugins.