AdamSGit / bootstrap-utilities-dist

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

Home Page:https://github.com/MohannadNaj/bootstrap-utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

https://github.com/MohannadNaj/bootstrap-utilities

License:MIT License