bootstrap-utilities

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

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
bootstrap-utilities
914.1.35 years ago6 years agoMinified + gzip package size for bootstrap-utilities in KB

Readme

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: ``` sh npm install bootstrap-utilities --save ``` or link to bootstrap-utilities.css in your markup. ``` html
<link rel="stylesheet" href="node_modules/bootstrap-utilities/bootstrap-utilities.css">
```

Usage

Check Bootstrap documentation .

Sass Usage

``` scss @import "nodemodules/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.