Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/grvpanchal/bootstrap-essentials
- Owner: grvpanchal
- License: gpl-3.0
- Created: 2016-05-14T09:23:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T21:51:04.000Z (12 months ago)
- Last Synced: 2024-11-06T13:49:03.676Z (about 2 months ago)
- Topics: bootstrap, footer, navigation, spacing-classes
- Language: CSS
- Homepage: http://bootstrapessentials.com/
- Size: 4.33 MB
- Stars: 16
- Watchers: 9
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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