Coder Social home page Coder Social logo

condensed-bootstrap-grid's Introduction

Condensed Bootstrap Grid

A fully configurable & self contained grid system based on Bootstrap 3.

Setup

Download and place _grid.scss inside of your Sass project & import the grid partial.

@import "grid";

Bower

bower install cbg

Usage

The default classnames generated and markup are identical to Bootstrap 3, however, nearly everything is configurable.

Options

Option Type Default Description
$cbg__total-grid-cols Number 12 Total number of grid columns
$cbg__gutter Length 15px Size of the gutters between columns
$cbg__namespace String none Adds a namespace before classnames
$cbg__name--col String "col" Text generated in classname
$cbg__name--pull String "pull" Text generated in classname
$cbg__name--push String "push" Text generated in classname
$cbg__name--offset String "offset" Text generated in classname
$cbg__name--clearfix String "clearfix" Text generated in classname
$cbg__name--container String "container" Text generated in classname
$cbg__name--container-fluid String "container-fluid" Text generated in classname
$cbg__breakpoints Map Bootstrap 3 defaults See next section

Breakpoints

Breakpoints can be configured in a separate option. The defaults are set to Bootstrap 3 defaults grid dimensions.

Simply override the Sass map cbg__breakpoints.

// Generated string for classname: ($min-screen-width, $container-width)
$cbg__breakpoints: (
	xs: (0px, 100%),
	sm: (768px, 750px),
	md: (992px, 970px),
	lg: (1200px, 1170px)
)

What about the official Bootstrap Sass?

The official Bootstrap Sass works just great but requires a little more setup if you only want the grid. This also requires you to download the entire bootstrap sass directory where as the condensed bootstrap grid is only one small file.

Acknowledgement

Bootstrap

condensed-bootstrap-grid's People

Contributors

josephfusco avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.