bootstrap-empowered

Extended version of bootstrap framework.

Usage no npm install needed!

<script type="module">
  import bootstrapEmpowered from 'https://cdn.skypack.dev/bootstrap-empowered';
</script>

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">