Autoprefixer

I am developing a website and need to run autoprefixer to postprocess my CSS code to add vendor prefixes. I use Windows 7,and am developing the site as a localhost application with Notepad++, Apache, PHP and MySQL. I don’t know where or how to plug in autoprefixer - can anyone help?

Best wishes

Tony Holland

Tony,

Just to confirm, are you referring to this? https://css-tricks.com/autoprefixer/ ?

Thanks Chrisofarabia, that is what I am referring to. However, I don’t know how to include autoprefixer in my development setup. It’s not quite as simple as that article makes out!

best wishes

Tony Holland

Can I take it you have Grunt all set up? One thing I was pointed at, was the following page, which says Autoprefixer has been depreciated - https://www.npmjs.com/package/grunt-autoprefixer - in favour of grunt-postcss. I’m not a Grunt user, but tere do seem to be a number of deendedncies before you get that far.

Can I take it you have Grunt all set up? One thing I was pointed at, was the following page, which says Autoprefixer has been depreciated - https://www.npmjs.com/package/grunt-autoprefixer - in favour of grunt-postcss. I’m not a Grunt user, but tere do seem to be a number of deendedncies before you get that far.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.