bootstrap-empowered
v1.0.29
Published
Extended version of bootstrap framework.
Downloads
118
Readme
Introduction
Bootstrap Empowered is a set of useful extensions such as handy utility classes, mixins, helpers, and components. All this with dynamically created docs with live preview, and way more. Still in developement - NOT READY TO USE.
Quick Start
- Install via npm:
npm i bootstrap-empowered --save - Import SCSS file:
@import '~bootstrap-empowered/src/scss/bootstrap-empowered'- Or if you want light version (without original bootstrap included)
@import '~bootstrap-empowered/src/scss/bootstrap-empowered-light'- ... or similarly just pure .css file into your project
<link rel="stylesheet" href="path/to/bootstrap-empowered.min.css"><link rel="stylesheet" href="path/to/bootstrap-empowered-light.min.css">