Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jojoee/bootstrap-sass-grid

:tada: Bootstrap grid and Responsive utility "ONLY"
https://github.com/jojoee/bootstrap-sass-grid

bootstrap bootstrap-grid css grid grid-layout

Last synced: 3 months ago
JSON representation

:tada: Bootstrap grid and Responsive utility "ONLY"

Awesome Lists containing this project

README

        

# Bootstrap Sass Grid
[![Build Status](https://travis-ci.org/jojoee/bootstrap-sass-grid.svg)](https://travis-ci.org/jojoee/bootstrap-sass-grid)
[![Bower Version](https://img.shields.io/bower/v/bootstrap-sass-grid.svg)](https://bower.io/search/?q=bootstrap-sass-grid)
[![Npm Version](https://img.shields.io/npm/v/bootstrap-sass-grid.svg)](https://www.npmjs.com/package/bootstrap-sass-grid)
[![Release Version](https://img.shields.io/github/release/jojoee/bootstrap-sass-grid.svg)](https://github.com/jojoee/bootstrap-sass-grid/releases)
[![Downloads](https://img.shields.io/npm/dt/bootstrap-sass-grid.svg)](https://github.com/jojoee/bootstrap-sass-grid/archive/master.zip)

Bootstrap grid and Responsive utility at Bootstrap 3.3.6

## Getting Started
1: Install via `npm`
```
1.1 Install npm
1.2 Install package: `npm install --save bootstrap-sass-grid`
```
2: Install via `bower`
```
2.1 Install npm
2.2 Install bower: `npm install -g bower`
2.3 Install package: `bower install --save bootstrap-sass-grid`
```

## Getting Started (to develop this package)
1. Install Node.js
2. Install global: `npm install -g yarn`
3. Install dependencies: `yarn`
4. Build: `npm run build`

## Note
- Grid and Responsive utility
- Same structure as a original
- Using `gulp` for build
- Grid example from [Bootstrap grid examples](http://getbootstrap.com/examples/grid/)

## Changelog
- 4.0.1: Based on 3.3.6
- 4.0.0: Based on 3.3.6
- 3.3.6: Based on 3.3.6

## Why the version is not the same as original
```
First, I'm want to make the version same as the original.
Later, I change some text and I want to re-publish.
So, I unpublish it from `npm`.

Unfortunately, new `npm` policy,
I can not re-publish it in the same version anymore.
```

## Alternatives
- [Bootstrap customize](http://getbootstrap.com/customize/)
- [sixfootsixdesigns/Bootstrap-3-Grid-Columns-Clearing](https://github.com/sixfootsixdesigns/Bootstrap-3-Grid-Columns-Clearing)
- [zirafa/bootstrap-grid-only](https://github.com/zirafa/bootstrap-grid-only)
- [bcandullo/bootstrap-grid](https://github.com/bcandullo/bootstrap-grid)
- [mrobit/bootstrap-grid](https://github.com/mrobit/bootstrap-grid)