parched-autoprefixer
v0.1.0
Published
Adds autoprefixer to parched
Downloads
3
Readme
parched-autoprefixer
You will want to have this plugin run last, so it will work on any css/sass/less/etc files.
Parched.setup({
plugins: {
order: {
after: [
'parched-autoprefixer'
]
}
}
})