wintersmith-autoprefixer-less
v0.0.1
Published
A wintersmith plugin for autoprefixer & less (automatic CSS vendor prefix). Completely replaces wintersmith-less.
Downloads
5
Maintainers
Readme
wintersmith-autoprefixer-less
Wintersmith autoprefixing AND less compilation plugin
Installing
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.
Running tests
npm install
npm test