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
Bootstrap 4 Utilities without bootstrap.
Because I like bootstrap's utilities, and sometimes I just need bootstrap's awesome utilities, nothing more.
https://cdn.jsdelivr.net/npm/[email protected]/bootstrap-utilities.css
https://unpkg.com/[email protected]/bootstrap-utilities.css
- 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">
Check Bootstrap documentation .
@import "node_modules/bootstrap-utilities/bootstrap-utilities";
// or
@import "~bootstrap-utilities";
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.