Installation

Manual

  1. Download the project from https://github.com/mondeja/pug-mixins/archive/master.zip
  2. Copy src folder in your project rename it as you want.

Command line

Linux

git clone https://github.com/mondeja/pug-mixins.git
cp -r pug-mixins/src mixins && rm -rf pug-mixins

You can see a directory named mixins, inside of which the library is located. You can rename it and copy inside your project and include the files.

Windows

git clone https://github.com/mondeja/pug-mixins.git
xcopy pug-mixins\src mixins
rmdir "pug-mixins" /S /Q

You can see a directory named mixins, inside of which the library is located. You can rename it and copy inside your project and include the files.