Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

mohannadnaj-archive/bootstrap-utilities-dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Bootstrap Utilities

⚠️ Deprecated. Bootstrap (5+) now ships with a distributed build of utilities, grid, reboot modules. You should use it, this package no longer relevant.

npm install -S bootstrap
import 'bootstrap/dist/css/bootstrap-utilities.min.css';

CDN (for version 5.2.0-beta1, the latest at the time of this writing):

https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap-utilities.min.css

https://unpkg.com/bootstrap@5.2.0-beta1/dist/css/bootstrap-utilities.min.css

File size: 55.08 KB

Ref: twbs/bootstrap#29026


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.

About

Standalone build of Bootstrap 4 Utilities without bootstrap. (Distribution)

Resources

License

Stars

Watchers

Forks

Packages

No packages published