Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 656 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 656 Bytes

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