This package has been deprecated

Author message:

Bootstrap v5+ now ships with a distribution build of the utilities module, you should use it instead

bootstrap-utilities

4.1.3 • Public • Published

Bootstrap Utilities

npm version npm downloads jsdelivr hits

Bootstrap 4 Utilities without bootstrap.

Because I like bootstrap's utilities, and sometimes I just need bootstrap's awesome utilities, nothing more.

CDN

jsdelivr

https://cdn.jsdelivr.net/npm/bootstrap-utilities@4.1.3/bootstrap-utilities.css

unpkg

https://unpkg.com/bootstrap-utilities@4.1.3/bootstrap-utilities.css

Installation

  • install the package:
 npm install bootstrap-utilities --save

or link to bootstrap-utilities.css in your markup.

        <link rel="stylesheet" href="node_modules/bootstrap-utilities/bootstrap-utilities.css">

Usage

Check Bootstrap documentation .

Sass Usage

@import "node_modules/bootstrap-utilities/bootstrap-utilities";
 
// or 
 
@import "~bootstrap-utilities";
 

Note for Sass usage

This package distributes a bundled/compiled CSS. That's CSS built with the default Bootstrap Sass variables. Thus, Overriding Bootstrap's variables before importing this package won't take place.

Readme

Keywords

none

Package Sidebar

Install

npm i bootstrap-utilities

Weekly Downloads

949

Version

4.1.3

License

MIT

Unpacked Size

46.8 kB

Total Files

5

Last publish

Collaborators

  • mohannadnaj