0.0.1 • Published 9 years ago

wintersmith-autoprefixer-less v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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