grvpanchal / bootstrap-essentials

Essential Bootstrap CSS such as margin, padding, off canvas, action button and avatars.

Home Page:http://bootstrapessentials.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Essentials

Bower version npm version

This project is specifically designed as an extention for bootstrap to provide a comprehensive support for building interfaces. It contains essential and common classes for bootstrap for faster web development.

Prerequisites

You need following software to setup this project:

  • npm
  • grunt-cli

Installation

  1. Clone the repo
    git clone https://github.com/grvpanchal/bootstrap-essentials.git
    
  2. Install packages
    npm install
    
  3. Compile the code
    grunt
    

All the compiled code will be available in /dist folder

About

Essential Bootstrap CSS such as margin, padding, off canvas, action button and avatars.

http://bootstrapessentials.com/

License:GNU General Public License v3.0


Languages

Language:CSS 67.5%Language:JavaScript 32.3%Language:Ruby 0.2%