Skip to content

customer-alliance/spacing-bootstrap-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spacing - Bootstrap 3

Spacing SASS backwards port from Bootstrap 4 to 3

Make use of Bootstrap 4's spacing utilities.

Install (any of:)

yarn add spacing-bootstrap-3
npm install --save spacing-bootstrap-3
bower install --save spacing-bootstrap-3

Integrate (as appropriate:)

@import 'node_modules/spacing-bootstrap-3/spacing';
@import 'bower_components/spacing-bootstrap-3/spacing';

Use

You can now use any spacing utility classes like:

<div class="p-1 py-sm-2 mb-lg-3"></div>

Configure

It actually uses linear increments for the spacings, based on the $grid-gutter-width by default, rather than bootstrap 4's bonkers built in one (which I've whinged about, but Mark Otto isn't having any of it).

Howsoever, you can easily override the defaults by setting a $spacers map variable.

About

🅱️ Spacing SASS backwards port from Bootstrap 4 to 3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%