spacing-bootstrap-3

WebJar for spacing-bootstrap-3

License

License

ISC
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

spacing-bootstrap-3
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

spacing-bootstrap-3
WebJar for spacing-bootstrap-3
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/entozoon/spacing-bootstrap-3

Download spacing-bootstrap-3

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/spacing-bootstrap-3/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>spacing-bootstrap-3</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/spacing-bootstrap-3/
implementation 'org.webjars.npm:spacing-bootstrap-3:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/spacing-bootstrap-3/
implementation ("org.webjars.npm:spacing-bootstrap-3:1.0.0")
'org.webjars.npm:spacing-bootstrap-3:jar:1.0.0'
<dependency org="org.webjars.npm" name="spacing-bootstrap-3" rev="1.0.0">
  <artifact name="spacing-bootstrap-3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='spacing-bootstrap-3', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "spacing-bootstrap-3" % "1.0.0"
[org.webjars.npm/spacing-bootstrap-3 "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Spacing - Bootstrap 3

Spacing SASS backwards port from Bootstrap 4 to 3

Make use of Bootstrap 4's spacing utilities.

Install (any of:)

npm i spacing-bootstrap-3

Integrate (as appropriate:)

@import 'node_modules/spacing-bootstrap-3/spacing';
@import '~/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.

Versions

Version
1.0.0