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

No "autoprefixer" targets found. #120

Closed MoAnsir closed 8 years ago

MoAnsir commented 8 years ago

when i try to run grunt autoprefixer i get the following error

No "autoprefixer" targets found. Warning: Task "autoprefixer" failed. Use --force to continue.

i used the following to install it: npm install grunt-autoprefixer --save-dev

ai commented 8 years ago

grunt-autoprefixer was depreacted, you should use grunt-postcss.

MoAnsir commented 8 years ago

Yep postcss done it. Found a good tutorial for getting you set up with it: http://webdesign.tutsplus.com/tutorials/postcss-quickstart-guide-grunt-setup--cms-24545