Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grvpanchal/bootstrap-essentials

Essential Bootstrap CSS such as margin, padding, off canvas, action button and avatars.
https://github.com/grvpanchal/bootstrap-essentials

bootstrap footer navigation spacing-classes

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Bootstrap Essentials

![Bower version](https://img.shields.io/bower/v/bootstrap-essentials.svg)
[![npm version](https://img.shields.io/npm/v/bootstrap-essentials.svg)](https://www.npmjs.com/package/bootstrap-essentials)

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