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

mohannadnaj-archive/bootstrap-utilities

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/[email protected]/dist/css/bootstrap-utilities.min.css

https://unpkg.com/[email protected]/dist/css/bootstrap-utilities.min.css

File size: 55.08 KB


⚠️ USE THE DISTRIBUTION VERSION. THIS IS THE GENERATOR.


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/[email protected]/bootstrap-utilities.css

unpkg

https://unpkg.com/[email protected]/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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published