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

altano/wintersmith-autoprefixer-less

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Wintersmith autoprefixer plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • CSS 2.6%