Wintersmith autoprefixing AND less compilation plugin
Install globally or locally using npm
npm install [-g] wintersmith-autoprefixer-less
and add wintersmith-autoprefixer-less
to your config.json in the plugins array
{
"plugins": [
"wintersmith-autoprefixer-less"
]
}
and remove wintersmith-less
from your config.json if you were using it previously. Note that this replaces wintersmith-less completely. It will handle both less compilation and autoprefixing.
npm install
npm test