Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 744 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 744 Bytes

less-ninja

Collection of less mixins to kick start your css project.

What is it?

This is the collection of reusable snippets to help you write faster css. Borrowed from Twitter Bootstrap but then added lot of spice to it.

Features

  • All that you find in twitter bootstrap mixin.
  • Photoshop drop shadow spread
  • Text Emboss
  • Flip Horizontal/Vertical
  • Vertical and Horizontal center CSS popup

Installation

Simple copy and paste the following line in terminal at your less lib folder.

curl https://raw.github.com/sandeepjain/less-ninja/master/ninja.less -O

Documentation

Coming soon...

Thanks to...

  • Twitter Bootstrap project (most of the mixins are taken from here).
  • HTML5 Boilerplate project