Skip to content

jojoee/bootstrap-sass-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Sass Grid

Build Status Bower Version Npm Version Release Version Downloads

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

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